+---------------------------------------------------------------------------
|   PHP-IRC v2.1.1
|   ========================================================
|   by Manick
|   (c) 2001-2004 by http://sourceforge.net/projects/phpbots/
|   Contact: manick@manekian.net
|   irc: #manekian@irc.rizon.net
|   ========================================================
+---------------------------------------------------------------------------
|   > Changes, 2.1 -> 2.1.1
+---------------------------------------------------------------------------
|   > This program is free software; you can redistribute it and/or
|   > modify it under the terms of the GNU General Public License
|   > as published by the Free Software Foundation; either version 2
|   > of the License, or (at your option) any later version.
|   >
|   > This program is distributed in the hope that it will be useful,
|   > but WITHOUT ANY WARRANTY; without even the implied warranty of
|   > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
|   > GNU General Public License for more details.
|   >
|   > You should have received a copy of the GNU General Public License
|   > along with this program; if not, write to the Free Software
|   > Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+---------------------------------------------------------------------------
|   Changes
|   =======-------
|   > If you wish to suggest or submit an update/change to the source
|   > code, email me at manick@manekian.com with the change, and I
|   > will look to adding it in as soon as I can.
+---------------------------------------------------------------------------

- Added: Tracks most channel modes now
- Added: irc::myStrToLower(), irc::myStrToLower, rfc1459 case conversion
- Added: Ban Tracking 
- Added: irc::parseModes(), parses raw mode strings
- Added: irc::action() function, duplications "/me" functionality of mIRC
- Added: DCC Administration commands now work via private message (admin mypass <command>)
- Added: Global ignore list by host mask
- Added: Function to change filesizes to user friendly strings (1253 -> 1.2KB)
- Added: addQuery function (see readme.txt)
- Added: mIRC reverse dcc protocol support
- Added: function command reference text file

- Changed: Syntax of irc::changeMode
- Changed: addChat/addFile now send the DCC Chat/Send protocol messages via CTCP
- Changed: Users can only have one dcc chat session at a time
- Changed: dccadminpass in bot.conf is commented initially, disabling the feature
- Changed: Modules titles/versions are now shown when the bot is versioned
- Changed: DCC transfers now show how fast transfers went on finish
- Changed: DCC Admins can now close non-admin chat sessions
- Changed: DCC Ignore function bug fixed
- Changed: Total DCC File bandwidth is shown in status line now
- Changed: Took out "active" fields in function.conf for non priv/dcc functions
- Changed: Fixed up function.conf type definitions to include "name" parameter (see readme.txt)
- Changed: privmsg, notice, etc types no longer have to have a random name in function.conf
- Changed: Event on connect/disconnect in function.conf
- Changed: reloadfunc admin command no longer clears usage stats
- Changed: ERROR, PING, etc can now be parsed, although ERROR is aliased to DISCONNECT
- Changed: Bug where only top half of the next (128+) could use dcc chat interface
- Changed: Updated readme.txt to make it more readable and have more information