add changelog entry about autojoin patch - ii - irc it, simple FIFO based irc client
 (HTM) git clone git://git.suckless.org/ii
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3
 (DIR) parent 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae
 (HTM) Author: Nico Golde <nion@suckless.org>
       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(-)
       ---
 (DIR) 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):