summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc')
-rw-r--r--src/irc/irc-recv.c2
1 files changed, 1 insertions, 1 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"),