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

Change "On two nodes" to "On more than one node", since it's possible it's > 2

parent b1e8d307
Branches
Tags
No related merge requests found
Pipeline #5983 passed
......@@ -539,7 +539,7 @@ bool sbbs_t::logon()
}
if(node.status==NODE_INUSE && i!=cfg.node_num && node.useron==useron.number
&& !SYSOP && !(useron.exempt&FLAG('G'))) {
SAFEPRINTF2(str,"(%04u) %-25s On two nodes at the same time"
SAFEPRINTF2(str,"(%04u) %-25s On more than one node at the same time"
,useron.number,useron.alias);
logline(LOG_NOTICE,"+!",str);
bputs(text[UserOnTwoNodes]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment