]> gitweb.pimeys.fr Git - bots/helixbot.git/blobdiff - helixbot.py
ircname dans config.py
[bots/helixbot.git] / helixbot.py
index 72e43031b889d2caa79788694a5525f74d804ba7..f9b14c67b2c1a86dde7403a9f85761204a52f721 100755 (executable)
@@ -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