mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
HAS_MODE_ARG() wasn't updated here yet..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@618 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
67cc9af1bd
commit
2e64899f18
@ -120,7 +120,7 @@ static void parse_channel_mode(CHANNEL_REC *channel, const char *mode,
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!HAS_MODE_ARG(*curmode))
|
||||
if (!HAS_MODE_ARG(type, *curmode))
|
||||
ptr = NULL;
|
||||
else {
|
||||
ptr = cmd_get_param(&modestr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user