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

Reload text.<lang>.ini file upon ;RELOAD command

parent 75457d29
No related branches found
No related tags found
No related merge requests found
......@@ -353,8 +353,10 @@ function str_cmds(str)
if(str=="HELP")
writeln("RELOAD\tReload the current shell (if JavaScript).");
if(str=="RELOAD")
if(str=="RELOAD") {
bbs.load_user_text();
exit(0);
}
if(str=="HELP")
writeln("SLOG\tExecutes the slog utility to display system statistics.");
......
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