mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
isupport patch by David Leadbeater
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3211 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3ccbd0405b
commit
217283caea
30 changed files with 520 additions and 133 deletions
|
|
@ -387,7 +387,7 @@ static void msg_mode(IRC_SERVER_REC *server, const char *channel,
|
|||
show = TRUE;
|
||||
nick++;
|
||||
} else {
|
||||
if (HAS_MODE_ARG(type, *mode) && *nick != NULL)
|
||||
if (HAS_MODE_ARG(server, type, *mode) && *nick != NULL)
|
||||
nick++;
|
||||
show = TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue