From: Vincent Le Gallic Date: Fri, 15 Jun 2012 03:52:55 +0000 (+0200) Subject: Crétin X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fbasile.git;a=commitdiff_plain;h=0b10d9b36681c1b4f8559a44e0adfcf1f4013d4b Crétin --- diff --git a/basile.py b/basile.py index 4c071ff..69a92a2 100755 --- 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)