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

Optimize the help display for MSGS command (fits on one line)

parent 7b7e45f0
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -843,8 +843,7 @@ function str_cmds(str)
}
}
if(str=="HELP") {
writeln("MSGS");
writeln("\tRedisplay instant messages (notifications and telegrams).");
writeln("MSGS\tRedisplay instant messages (notifications and telegrams).");
}
if(word == "MSGS") {
var num = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment