diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2009-03-10 22:18:01 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2009-03-10 22:18:01 +0000 |
commit | d81ec453780e6072efe28d145a992d51e89b8de1 (patch) | |
tree | 30e9a99101372738ff301f4de2958d0a5e0f7721 /NEWS | |
parent | e5fee8869c061045be0d5fa7c6f9baa0714c081f (diff) | |
download | irssi-d81ec453780e6072efe28d145a992d51e89b8de1.zip |
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |