err-elizabot

a classic electronic shrink for the chatbot err
git clone https://git.ce9e.org/err-elizabot.git

commit
042bfbf158117c681257fb2ebd8eb74c2201190e
parent
db98014b464251275f66a4bfb212ef141bb9710e
Author
Guillaume BINET <gbin@gootz.net>
Date
2012-05-21 14:18
wrong import

Diffstat

M elizaBot.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/elizaBot.py b/elizaBot.py

@@ -1,5 +1,5 @@
    1     1 from botplugin import BotPlugin
    2    -1 from less_serious_plugins.eliza import eliza
   -1     2 import eliza
    3     3 from jabberbot import botcmd
    4     4 from utils import get_jid_from_message
    5     5