mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Now plugins that are added to the conf file are removed from the list of available plugins.
This commit is contained in:
parent
c8cafb6f45
commit
08c9a9c7c6
@ -120,6 +120,8 @@ if __name__ == '__main__':
|
||||
module.configure(onStart, afterConnect, advanced)
|
||||
else:
|
||||
onStart.append('load %s' % plugin)
|
||||
if 'load %s' % plugin in onStart:
|
||||
plugins.remove(plugin)
|
||||
|
||||
###
|
||||
# Commands
|
||||
|
Loading…
Reference in New Issue
Block a user