mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
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:
parent
e5fee8869c
commit
d81ec45378
1
NEWS
1
NEWS
@ -62,6 +62,7 @@ v0.8.13 2009-xx-xx The Irssi team <staff@irssi.org>
|
||||
+ introduce the type Irssi::Irc::Client and signals to communicate with
|
||||
proxy clients to allow for scripting parts of the irssi-proxy.
|
||||
+ Add sb_search.pl, a script for /SCROLLBACK SEARCH
|
||||
- Fix /NOTIFY list when nick is seen joining (bug #642).
|
||||
- Include hostmask in 001 event sent by proxy (bug #650).
|
||||
- Be more power-friendly: don't run any always-on <1s timers (bug #641).
|
||||
- Don't get confused by a failed /JOIN -window (bug #644).
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user