VS: Strange incorrect code times

This commit is contained in:
Aronai Sieyes
2021-05-27 12:07:41 -04:00
parent 0c954142d2
commit 4cfdd72c02
21 changed files with 51 additions and 71 deletions
+2
View File
@@ -1,5 +1,6 @@
/proc/send2irc(var/channel, var/msg)
return // VOREStation Edit - Can't exploit shell if we never call shell!
/* Unreachable with above VOREStation Edit
if (config.use_irc_bot)
if (config.use_node_bot)
shell("node bridge.js -h \"[config.irc_bot_host]\" -p \"[config.irc_bot_port]\" -c \"[channel]\" -m \"[escape_shell_arg(msg)]\"")
@@ -22,6 +23,7 @@
spawn(0)
ext_python("ircbot_message.py", "[config.comms_password] [config.irc_bot_host] [channel] [escape_shell_arg(msg)]")
return
*/
/proc/send2mainirc(var/msg)
if(config.main_irc)