Merge pull request #712 from Mkaysi/patch-2

src/conf.py: Add AutoMode to importantplugins
This commit is contained in:
Valentin Lorentz 2014-06-02 10:14:10 +02:00
commit 39bb452d70
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)