add changelog entry about autojoin patch - ii - irc it, simple FIFO based irc c… | |
git clone git://git.suckless.org/ii | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3 | |
parent 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae | |
Author: Nico Golde <[email protected]> | |
Date: Mon, 24 Jan 2011 16:51:58 +0100 | |
add changelog entry about autojoin patch | |
Diffstat: | |
M CHANGES | 2 ++ | |
1 file changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/CHANGES b/CHANGES | |
@@ -3,6 +3,8 @@ | |
to prevent leaking file descriptors in the long run => Thanks samurai! | |
- only handle commands ii explicitely understands and treat the rest | |
as raw irc (only worked for raw commands in capital lettersin the past) … | |
+ - create in FIFO on receiving a privmsg directly instead of requiring a new | |
+ /j command first => Thanks Evan Gates | |
- minor changes | |
1.4 (2008-08-09): |