diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-01-08 16:38:11 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-01-08 16:38:11 +0100 |
commit | b02716ffbde017ffcb390fc0bee032ecec039dfe (patch) | |
tree | 0255cd154cd59824fb64afc26ca45667c307d2a5 /src/tabs | |
parent | 38b6ec6b763764240b03402de44ee998ab83450b (diff) | |
download | poezio-b02716ffbde017ffcb390fc0bee032ecec039dfe.tar.gz poezio-b02716ffbde017ffcb390fc0bee032ecec039dfe.tar.bz2 poezio-b02716ffbde017ffcb390fc0bee032ecec039dfe.tar.xz poezio-b02716ffbde017ffcb390fc0bee032ecec039dfe.zip |
Remove the annoying (and pretty useless) warning about psi+ users
Diffstat (limited to 'src/tabs')
-rw-r--r-- | src/tabs/muctab.py | 4 |
1 files changed, 0 insertions, 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 |