mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Updated configure function to new format.
This commit is contained in:
parent
bd306febf0
commit
d5aa3a6e90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user