TODO
changeset 22 b786b5f92a93
parent 18 4435146391ae
child 33 56571d34d754
equal deleted inserted replaced
21:138537d81dd1 22:b786b5f92a93
     1 #
     1 #
     2 # Project : mcbot
     2 # Project : mcbot
     3 #
     3 #
     4 
     4 
     5 Known Bugs:
     5 Known Bugs:
     6 	* no known bugs :) fixed
       
     7 	* PRIVMSG for n=some@unaffiliated/users
     6 	* PRIVMSG for n=some@unaffiliated/users
     8 	* strdup must be freed: DONE
     7 	* strdup must be freed: DONE
       
     8 	* the bot must be registered to use op commands
       
     9 	  -> works best on irc.freenode.net
     9 
    10 
    10 Todo:
    11 Todo:
    11 	* UTF-8 aware Character-Encoding
    12 	* UTF-8 aware Character-Encoding
    12 	* Dynamic Loading of plugins with dlopen
    13 	* Dynamic Loading of plugins with dlopen
    13 	* implementation of some fun stuff
    14 	* implementation of some fun stuff