- commit
- 44b4afaa25c34e600d3d3f878c08cfcd7a8157b6
- parent
- 67de3f9fd02015f9fa41b5101a26298de6a238fa
- Author
- Guillaume BINET <gbin@gootz.net>
- Date
- 2012-06-08 15:15
new structure
Diffstat
| M | elizaBot.py | 5 | ++--- |
1 files changed, 2 insertions, 3 deletions
diff --git a/elizaBot.py b/elizaBot.py
@@ -1,7 +1,6 @@1 -1 from botplugin import BotPlugin-1 1 from errbot.botplugin import BotPlugin 2 2 from eliza import Eliza3 -1 from jabberbot import botcmd4 -1 from utils import get_jid_from_message-1 3 from errbot.jabberbot import botcmd 5 4 6 5 __author__ = 'gbin' 7 6