mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Updated the comment in the templated configure.
This commit is contained in:
parent
78d4c39e1b
commit
aabb617eb8
@ -58,11 +58,11 @@ import privmsgs
|
||||
import callbacks
|
||||
|
||||
|
||||
def configure(onStart):
|
||||
# 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
|
||||
# commands you would like to be run when the bot has finished connecting.
|
||||
def configure(advanced):
|
||||
# This will be called by setup.py to configure this module. Advanced is
|
||||
# a bool that specifies whether the user identified himself as an advanced
|
||||
# user or not. You should effect your configuration by manipulating the
|
||||
# registry as appropriate.
|
||||
from questions import expect, anything, something, yn
|
||||
conf.registerPlugin(%r, True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user