From 2eae08003b168cb0fc89a2f5364a2aa0459ac52f Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Mon, 25 Mar 2013 19:47:31 -0600 Subject: [PATCH] Create README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2df61d5 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +enfin +===== +A simple IRC bot in C. + +Building +-------- +Just `make`. + +Running +------- +``` sh +$ ./enfin irc.freenode.net 6667 +``` + +It will join the channel #bots. + +Dependencies +------------ +Enfin uses the [talloc](http://talloc.samba.org) library. It's probably in your Linux distribution's repositories.