Enables IRC again...FFS...

This commit is contained in:
AnonymousHybi
2018-03-20 20:32:36 +00:00
parent f127317dad
commit 370c11d6de
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
/proc/send2irc(var/channel, var/msg)
return // VOREStation Edit - Can't exploit shell if we never call shell!
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 \"[msg]\"")
-1
View File
@@ -1,5 +1,4 @@
/proc/ext_python(var/script, var/args, var/scriptsprefix = 1)
return // VOREStation Edit - Can't exploit shell if we never call shell!
if(scriptsprefix) script = "scripts/" + script
if(world.system_type == MS_WINDOWS)