ii

irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log | Files | Refs | README | LICENSE

commit ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3
parent 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae
Author: Nico Golde <nion@suckless.org>
Date:   Mon, 24 Jan 2011 16:51:58 +0100

add changelog entry about autojoin patch
Diffstat:
MCHANGES | 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) => Thanks samurai! + - 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):