* Use templates also for irc-alerts
* Remove old code
* Make messages to admins (nicks) use the templates as well
* Added a "strip_tags" to remove html-tags from the irc-messages
* Handle basic CTCP-support
* Add an option to toggle ctcp on and off in the config
* Fix whitespace-issue
* Fix null/NULL
* Updating docs, default config and fixing a few whitespace-issues
* Fixing the last whitespace-issues. Now with "pre-commit.php" as a standard...
* Generating random nick on conflict, and trying to regain our original nick when it gets available
* Also fixes a bug where $config['install_dir'] gets lost on .reload
* ...And adding a few QUIT-messages for brewity
* Allow irc-users to be authenticated by hostmask i config.php
* Fix some whitespace and a small typo
* Refactored the code a bit. Checking if user is already authd before matching on hostmask
* Updating docs
* Add missing " to docs
* Add some more coloring and make it easier to colorize messages
* Refactor "_color"-function
* Fix missing )
* Use _color() also in alerts
* Fix some standard-errors
* Add support for custom MySQL unix-socket
* NULL must be lowercase!
* Naive edit of html/install.php
* fixup
* Refactor dbConnect
Use it everywhere
* $config needs to be global
Don't need to set $database_link
* small cleanups