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 :) |
6 * no known bugs :) fixed |
7 * PRIVMSG for n=some@unaffiliated/users |
7 * PRIVMSG for n=some@unaffiliated/users |
8 * strdup must be freed... |
8 * strdup must be freed: DONE |
9 |
9 |
10 Todo: |
10 Todo: |
11 * UTF-8 aware Character-Encoding |
11 * UTF-8 aware Character-Encoding |
12 * Dynamic Loading of plugins with dlopen |
12 * Dynamic Loading of plugins with dlopen |
13 * implementation of some fun stuff |
13 * implementation of some fun stuff |