1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

mode +o nick -o nick2 did +o for the nick2 too

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3052 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-12-09 21:54:03 +00:00 committed by cras
parent 686d0c854a
commit 13eb240ece

View File

@ -512,7 +512,6 @@ void channel_set_mode(IRC_SERVER_REC *server, const char *channel,
curmode = cmd_get_param(&modestr);
if (*curmode == '\0')
break;
continue;
}
if (*curmode == '+' || *curmode == '-') {