]> gitweb.pimeys.fr Git - bots/basile.git/commitdiff
Crétin
authorVincent Le Gallic <basile@crans.org>
Fri, 15 Jun 2012 03:52:55 +0000 (05:52 +0200)
committerVincent Le Gallic <basile@crans.org>
Fri, 15 Jun 2012 03:52:55 +0000 (05:52 +0200)
basile.py

index 4c071ff5a5d520e2cd429566f0633b74b6a791cb..69a92a2f05da5b1fe53ce47e20fe9989c4b64595 100755 (executable)
--- a/basile.py
+++ b/basile.py
@@ -376,7 +376,7 @@ class Basile(ircbot.SingleServerIRCBot):
         if self.debug:
             self.chanlist=["#bot"]
         else:
-            serv.privmsg("ChanServ INVITE #note-dev")
+            serv.privmsg("ChanServ", "INVITE #note-dev")
         for c in self.chanlist:
             log(self.serveur,"JOIN %s"%(c))
             serv.join(c)