TODO
author Markus Brökers <mbroeker@largo.homelinux.org>
Thu, 26 Aug 2010 18:22:18 +0200
changeset 56 99f85cd9b310
parent 33 56571d34d754
child 62 2d6419d6d4ed
permissions -rw-r--r--
fixed an install error in the current build the /etc/rc.d/ folder does no longer exist under ubuntu

#
# 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