mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Ignore joins without a nick from broken servers
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4248 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
461f653d9b
commit
71db22a171
2 changed files with 9 additions and 0 deletions
|
|
@ -273,6 +273,9 @@ static void notifylist_check_join(IRC_SERVER_REC *server, const char *nick,
|
|||
NOTIFY_NICK_REC *rec;
|
||||
char *user, *host;
|
||||
|
||||
if (nick == NULL)
|
||||
return;
|
||||
|
||||
notify = notifylist_find(nick, server->connrec->chatnet);
|
||||
if (notify == NULL) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue