Fix /NOTIFY list when nick is seen joining (bug #642)

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5039 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Wouter Coekaerts 2009-03-10 22:18:01 +00:00 committed by coekie
commit d81ec45378
2 changed files with 2 additions and 0 deletions

View file

@ -289,6 +289,7 @@ static void notifylist_check_join(IRC_SERVER_REC *server, const char *nick,
if (away != -1) rec->away = away;
rec->host_ok = TRUE;
rec->join_announced = TRUE;
rec->away_ok = TRUE;
signal_emit("notifylist joined", 6,
server, rec->nick, rec->user, rec->host, realname, NULL);