From b02716ffbde017ffcb390fc0bee032ecec039dfe Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 8 Jan 2015 16:38:11 +0100 Subject: Remove the annoying (and pretty useless) warning about psi+ users --- src/tabs/muctab.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tabs/muctab.py b/src/tabs/muctab.py index 4c4ba819..ed2b4f85 100644 --- a/src/tabs/muctab.py +++ b/src/tabs/muctab.py @@ -1490,10 +1490,6 @@ class MucTab(ChatTab): msg = _('\x19%(color)s}%(nick)s\x19%(info_col)s} changed: ') % { 'nick': from_nick, 'color': color, 'info_col': dump_tuple(get_theme().COLOR_INFORMATION_TEXT)} - if show not in SHOW_NAME: - self.core.information(_("%s from room %s sent an invalid show: %s") - % (from_nick, from_room, show), - _("Warning")) if affiliation != user.affiliation: msg += _('affiliation: %s, ') % affiliation display_message = True -- cgit v1.2.3