Generic parsing and printing
[cloogle-irc.git] / README.md
1 # clean-irc
2 IRC library for Clean
3
4 *DOES NOT WORK ATM*
5
6 ## Test
7 ```
8 make && ./test | nc irc.freenode.net 6667
9 ```
10
11 ## Todo
12 - Implement more commands
13 - Check comma separated parses
14 - Make a bot interface