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

Don't log anything for empty commands

parent 7c16427e
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ function str_cmds(str)
}
);
if(str === "")
return;
log("Invoked string command: " + str);
bbs.log_str(str);
if(str=="HELP")
......
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