TODO
author Markus Bröker <mbroeker@largo.dyndns.tv>
Tue, 16 Feb 2010 23:36:49 +0100
changeset 44 f08e8fb2c1da
parent 33 56571d34d754
child 62 2d6419d6d4ed
permissions -rw-r--r--
fixed a segmentation fault in irc_parsemessage The old hyperion ircd shows usernames as * user!~user=domain.com and the new ircdseven as * user!~user@domain.com committer: Markus Bröker <mbroeker@largo.homelinux.org>

#
# Project : mcbot
#

Known Bugs:
	* PRIVMSG for n=some@unaffiliated/users
	* strdup must be freed: DONE
	* the bot must be registered to use op commands
	  -> works best on irc.freenode.net

Todo:
	* UTF-8 aware Character-Encoding
	* AUTO-RECONNECT must be implemented

Author:
	* Markus Broeker mbroeker@largo.homelinux.org
	
Comments:
	* scanner/parser rewritten
	* a flex / bison parser will be better and safer than pointer arithmetics