From 9e241c20b52796885703f9cba0fb67f0fbc3d06b Mon Sep 17 00:00:00 2001 From: Salesman bot IRC Date: Sat, 26 May 2012 15:28:08 +0200 Subject: [PATCH] =?utf8?q?Probl=C3=A8me=20de=20nom=20Salesman=20partout=20?= =?utf8?q?!?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Salesman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Salesman.py b/Salesman.py index d437e87..53409b5 100755 --- a/Salesman.py +++ b/Salesman.py @@ -101,7 +101,7 @@ def is_tag(chain): class RefuseError(Exception): pass -class Deconnaisseur(ircbot.SingleServerIRCBot): +class Salesman(ircbot.SingleServerIRCBot): def __init__(self,serveur,debug=False): temporary_pseudo=config_pseudo+str(random.randrange(10000,100000)) ircbot.SingleServerIRCBot.__init__(self, [(serveur, 6667)], -- 2.39.2