equal
deleted
inserted
replaced
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 |