Deprecates BYOND 514 (#7887)

This commit is contained in:
Selis
2024-03-10 14:52:38 +01:00
committed by GitHub
parent 39ab514759
commit 7fce0afcb8
5 changed files with 15 additions and 50 deletions

View File

@@ -18,7 +18,7 @@
nudge_lib = "lib/nudge.so"
spawn(0)
LIBCALL(nudge_lib, "nudge")("[config.comms_password]","[config.irc_bot_host]","[channel]","[escape_shell_arg(msg)]")
call_ext(nudge_lib, "nudge")("[config.comms_password]","[config.irc_bot_host]","[channel]","[escape_shell_arg(msg)]") // CHOMPEdit
else
spawn(0)
ext_python("ircbot_message.py", "[config.comms_password] [config.irc_bot_host] [channel] [escape_shell_arg(msg)]")