From 0c220020677a7a824d602bd732f6affa84bd5955 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 2 May 2012 00:25:45 +0200 Subject: [PATCH] =?utf8?q?Basile=20est=20un=20special=20user,=20m=C3=AAme?= =?utf8?q?=20quand=20on=20demande=20un=20"reconnect"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- basile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.39.2