TODO
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 13 Dec 2008 15:38:37 +0100
changeset 6 7eb12be31bb5
parent 0 586472add385
child 7 b04ef0b1cd3b
permissions -rw-r--r--
Various Bug Fixes including * connects to the proper server from the config file * feof (stream) loop is better than the prior solution Still missing / correctable * valgrind complains about uninitialized values * strdup must be freed, but i don't know where... committer: Markus Bröker <mbroeker@largo.homelinux.org>

#
# Project : mcbot
#

Known Bugs:
	* no known bugs :)
	* PRIVMSG for n=some@unaffiliated/users

Todo:
	* UTF-8 aware Character-Encoding
	* Dynamic Loading of plugins with dlopen
	* implementation of some fun stuff  

Author:
	* Markus Broeker mbroeker@largo.homelinux.org
	
Comments:
	* scanner/parser rewritten