Made nudge.py script location configurable.

This commit is contained in:
cib
2012-10-13 11:11:57 -07:00
parent 83ff9c2964
commit 415e1c47d9
3 changed files with 10 additions and 2 deletions

View File

@@ -133,5 +133,5 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an", "monkey", "ali
proc/send2irc(msg,msg2)
if(config.useircbot)
shell("python nudge.py [msg] [msg2]")
shell("python [config.nudge_script_path] [msg] [msg2]")
return