Updated configure function to new format.

This commit is contained in:
Jeremy Fincher 2004-08-26 06:35:33 +00:00
parent bd306febf0
commit d5aa3a6e90

View File

@ -86,7 +86,7 @@ conf.registerGlobalValue(conf.supybot.plugins.ChannelRelay, 'prefix',
registry.String('', """Determines what prefix should be prepended to the
relayed messages."""))
def configure(onStart, afterConnect, advanced):
def configure(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