diff options
-rw-r--r-- | src/irc/irc-recv.c | 2 | ||||
-rw-r--r-- | weechat/src/irc/irc-recv.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/irc/irc-recv.c b/src/irc/irc-recv.c index eb0976a36..5106785c2 100644 --- a/src/irc/irc-recv.c +++ b/src/irc/irc-recv.c @@ -401,7 +401,7 @@ void irc_get_channel_modes (t_irc_channel *ptr_channel, char *channel_name, } if (nick_host) irc_display_mode (ptr_channel->buffer, - channel_name, set_flag, "o", nick_host, + channel_name, set_flag, "h", nick_host, (set_flag == '+') ? _("gives half channel operator status to") : _("removes half channel operator status from"), diff --git a/weechat/src/irc/irc-recv.c b/weechat/src/irc/irc-recv.c index eb0976a36..5106785c2 100644 --- a/weechat/src/irc/irc-recv.c +++ b/weechat/src/irc/irc-recv.c @@ -401,7 +401,7 @@ void irc_get_channel_modes (t_irc_channel *ptr_channel, char *channel_name, } if (nick_host) irc_display_mode (ptr_channel->buffer, - channel_name, set_flag, "o", nick_host, + channel_name, set_flag, "h", nick_host, (set_flag == '+') ? _("gives half channel operator status to") : _("removes half channel operator status from"), |