Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
7b7e45f0e8a98bce2991bcc3742602eec35c1845...3425a0c3f04f0e5d7573c09a6db6fe0739f21a54
Commits (1)
Optimize the help display for MSGS command (fits on one line)
· 3425a0c3
Rob Swindell
authored
Feb 23, 2022
3425a0c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
exec/str_cmds.js
exec/str_cmds.js
+1
-2
No files found.
exec/str_cmds.js
View file @
3425a0c3
...
...
@@ -843,8 +843,7 @@ function str_cmds(str)
}
}
if
(
str
==
"
HELP
"
)
{
writeln
(
"
MSGS
"
);
writeln
(
"
\t
Redisplay instant messages (notifications and telegrams).
"
);
writeln
(
"
MSGS
\t
Redisplay instant messages (notifications and telegrams).
"
);
}
if
(
word
==
"
MSGS
"
)
{
var
num
=
-
1
;
...
...