Skip to content
Snippets Groups Projects
Commit 0f76860d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Include the [F] (forced chat) flag for help in debugging forced-chat.

parent 840e2771
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #777 passed
......@@ -1276,6 +1276,8 @@ char* nodestatus(scfg_t* cfg, node_t* node, char* buf, size_t buflen, int num)
strcat(str,"D");
if(node->misc&NODE_LCHAT)
strcat(str,"C");
if(node->misc&NODE_FCHAT)
strcat(str,"F");
strcat(str,"]");
}
if(node->errors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment