Made IRCbot's password and host a config option.

Added a hook to send a message to the bot when a round starts.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
Mloc-Argent
2013-08-05 14:07:06 +01:00
parent 585120ba4f
commit 9a5a1dc82c
6 changed files with 32 additions and 15 deletions

View File

@@ -6,4 +6,4 @@
var/command = config.python_path + " " + script + " " + args
return shell(command)
return shell(command)