X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fhelixbot.git;a=blobdiff_plain;f=helixbot.py;h=f9b14c67b2c1a86dde7403a9f85761204a52f721;hp=72e43031b889d2caa79788694a5525f74d804ba7;hb=82d8b1b9710cbe9b21cfe20ae9ca30dc5779c130;hpb=863fd80d7b012dd28e1b263fec9f5a06abbd29f0 diff --git a/helixbot.py b/helixbot.py index 72e4303..f9b14c6 100755 --- a/helixbot.py +++ b/helixbot.py @@ -62,7 +62,7 @@ class HelixBot(ircbot.SingleServerIRCBot): def __init__(self, serveur, debug=False): temporary_pseudo = config.irc_pseudo + str(random.randrange(10000, 100000)) ircbot.SingleServerIRCBot.__init__(self, [(serveur, 6667)], - temporary_pseudo, "Ceci est l'ircname du bot", 10) + temporary_pseudo, config.ircname, 10) self.debug = debug self.serveur = serveur self.overops = config.overops