]> jfr.im git - erebus.git/blobdiff - bot.py
control - add message when !die used
[erebus.git] / bot.py
diff --git a/bot.py b/bot.py
index 63ccecb701592ae1d4617e22e5af0ecadcef39bf..697638f7e8851e7db9fa9085d55592651a7b748f 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -105,7 +105,7 @@ class Bot(object):
                                del self.parent.users[oldnick.lower()]
                        self.parent.users[newnick.lower()].nickchange(newnick)
 
-               elif pieces[0] == "ERROR":
+               elif pieces[0] == "ERROR": #TODO handle better
                        sys.exit(2)
                        os._exit(2)