Now plugins that are added to the conf file are removed from the list of available plugins.

This commit is contained in:
James Vega 2003-08-19 14:49:47 +00:00
parent c8cafb6f45
commit 08c9a9c7c6
1 changed files with 2 additions and 0 deletions

View File

@ -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