From e9e54f2c9fd3b39480d1922fe3997d3d8e75f9e1 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 20 May 2010 20:51:07 +0200 Subject: [PATCH] uncomment lines commented for tests --- src/groupchat_control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/groupchat_control.py b/src/groupchat_control.py index 82acb9581..8f8d05017 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -1266,8 +1266,8 @@ class GroupchatControl(ChatControlBase): '%(reason)s') % { 'nick': nick, 'who': actor, 'reason': reason } self.print_conversation(s, 'info', tim=tim, graphics=False) -# if nick == self.nick: -# self.autorejoin = False + if nick == self.nick: + self.autorejoin = False elif '303' in statusCode: # Someone changed his or her nick if new_nick == self.new_nick or nick == self.nick: # We changed our nick