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

Log string command invoked by users via log()

On *nix, log() output can go to syslog() and on Windows, it can go to the
event log.

This addresses issue #360.
parent f4b595c0
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -55,6 +55,7 @@ function str_cmds(str)
}
);
log("Invoked string command: " + str);
bbs.log_str(str);
if(str=="HELP")
write("\r\nAvailable commands\r\n\r\n");
......
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