X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=README.md;h=dcc383f91509b3a0f5102a14ff96fd930c088b18;hp=4665eb16c638c4cf14f9e37276703e23900679fa;hb=9d3f47b4dfbfcda74e3615361e858d156e3ef395;hpb=663ea3d6dfb6a70ddf1f3b6c41d4d39ed30c4440 diff --git a/README.md b/README.md index 4665eb1..dcc383f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # clean-irc IRC library for Clean -## 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