This commit is contained in:
Yann Leboulanger 2003-12-01 10:04:03 +00:00
parent d794a4cce1
commit 5d3741ecb5
4 changed files with 4 additions and 1 deletions

View File

@ -194,6 +194,7 @@ def loadPlugins(gc):
gc.hub.register(mod, 'SUBSCRIBE')
gc.hub.register(mod, 'AGENTS')
gc.hub.register(mod, 'AGENT_INFO')
gc.hub.register(mod, 'QUIT')
modObj.load()
# END loadPLugins

View File

@ -1 +0,0 @@
import sock

View File

@ -0,0 +1,2 @@
import gtkgui

View File

@ -0,0 +1 @@
import logger