mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 23:20:57 +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
|
registry.String('', """Determines what prefix should be prepended to the
|
||||||
relayed messages."""))
|
relayed messages."""))
|
||||||
|
|
||||||
def configure(onStart, afterConnect, advanced):
|
def configure(advanced):
|
||||||
# This will be called by setup.py to configure this module. onStart and
|
# This will be called by setup.py to configure this module. onStart and
|
||||||
# afterConnect are both lists. Append to onStart the commands you would
|
# afterConnect are both lists. Append to onStart the commands you would
|
||||||
# like to be run when the bot is started; append to afterConnect the
|
# like to be run when the bot is started; append to afterConnect the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user