1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

Fixed "+I" mode output

This commit is contained in:
Sebastien Helleu
2006-03-10 23:19:11 +00:00
parent 4181fa3f74
commit ea06fca69c
12 changed files with 104 additions and 86 deletions
+4 -4
View File
@@ -680,8 +680,8 @@ void irc_get_channel_modes (t_irc_server *server, t_irc_channel *ptr_channel,
irc_display_mode (server, ptr_channel->buffer,
channel_name, set_flag, "e", nick_host,
(set_flag == '+') ?
_("sets exception on") :
_("removes exception on"),
_("sets ban exemtion on") :
_("removes ban exemption on"),
(parm) ? parm : NULL);
/* look for next parameter */
@@ -776,8 +776,8 @@ void irc_get_channel_modes (t_irc_server *server, t_irc_channel *ptr_channel,
irc_display_mode (server, ptr_channel->buffer,
channel_name, set_flag, "I", nick_host,
(set_flag == '+') ?
_("blocks invite on") :
_("removes invite block on"),
_("sets invite-only exemption on") :
_("removes invite-only exemption on"),
(parm) ? parm : NULL);
/* look for next parameter */