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

Insert stats prefix after activity, in case it contains attr codes

parent da48cfba
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,8 @@ function node_status(node, is_sysop, options, num)
break;
}
}
if(options.status_prefix)
output += options.status_prefix;
if (!options.exclude_connection) {
if(options.connection_prefix)
output += options.connection_prefix;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment