X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=README.md;h=dcc383f91509b3a0f5102a14ff96fd930c088b18;hp=156b32e9112c8a9ebe0d932c3e8264b65b84e13a;hb=93f0540991809d459cfc3061c88fc07d1cfc948c;hpb=30b714adc7e7180d61c168c3ab7bf8090c4e8054 diff --git a/README.md b/README.md index 156b32e..dcc383f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ # clean-irc IRC library for Clean -*DOES NOT WORK ATM* - -## Test -``` -make && ./test | nc irc.freenode.net 6667 -``` +## Example +As a proof of concept, a cloogle bot is created. Run `./cloogle-irc --help` for +more info. `run.sh` contains a script suitable for running it continously. ## Todo -- Implement more commands -- Check comma separated parses -- Make a bot interface +- Check the commands one more time on syntax