From 0b10d9b36681c1b4f8559a44e0adfcf1f4013d4b Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Fri, 15 Jun 2012 05:52:55 +0200 Subject: [PATCH] =?utf8?q?Cr=C3=A9tin?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- basile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2