From: Salesman bot IRC Date: Sat, 26 May 2012 13:28:08 +0000 (+0200) Subject: Problème de nom Salesman partout ! X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fsalesman.git;a=commitdiff_plain;h=9e241c20b52796885703f9cba0fb67f0fbc3d06b Problème de nom Salesman partout ! --- 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)],