scripts/supybot-wizard: add AutoMode to be always loaded.

This commit is contained in:
Mikaela Suomalainen 2014-06-02 11:03:37 +03:00
parent 76bc193455
commit 2392863c7b
1 changed files with 1 additions and 0 deletions

View File

@ -688,6 +688,7 @@ def main():
# Let's make sure that src/ plugins are loaded.
conf.registerPlugin('Admin', True)
conf.registerPlugin('AutoMode', True)
conf.registerPlugin('Channel', True)
conf.registerPlugin('Config', True)
conf.registerPlugin('Misc', True)