From: Vincent Le Gallic Date: Tue, 1 May 2012 22:25:45 +0000 (+0200) Subject: Basile est un special user, même quand on demande un "reconnect" X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fbasile.git;a=commitdiff_plain;h=0c220020677a7a824d602bd732f6affa84bd5955 Basile est un special user, même quand on demande un "reconnect" --- diff --git a/basile.py b/basile.py index ab2c711..3d1febe 100755 --- a/basile.py +++ b/basile.py @@ -631,7 +631,8 @@ class Basile(ircbot.SingleServerIRCBot): elif cmd in ["reconnect"]: if auteur in self.ops: try: - self.nk=self.new_connection_NK(serv,config_note_pseudo,config_note_password)[1] + self.nk=self.new_connection_NK(serv,config_note_pseudo, + config_note_password,"special")[1] except Exception as exc: self.nk=None log(self.serveur,"""Erreur dans on_pubmsg/"cmd in ["reconnect"]\n"""+str(exc))