diff --git a/src/irc/core/modes.c b/src/irc/core/modes.c index ccfa2d6c..4ef47ec0 100644 --- a/src/irc/core/modes.c +++ b/src/irc/core/modes.c @@ -265,6 +265,7 @@ void modes_type_prefix(IRC_CHANNEL_REC *channel, const char *setby, } if (*prefix == 'o') break; + prefix++; } } else { if (mode == 'o' || mode == 'O')