Template forgot advanced argument to configure.

This commit is contained in:
Jeremy Fincher 2003-04-09 19:29:45 +00:00
parent d16c6aaed6
commit 436b5e3248

View File

@ -48,7 +48,7 @@ import privmsgs
import callbacks
def configure(onStart, afterConnect):
def configure(onStart, afterConnect, advanced):
# This will be called by setup.py to configure this module. onStart and
# afterConnect are both lists. Append to onStart the commands you would
# like to be run when the bot is started; append to afterConnect the