From 0b6627fae9bb4f4f25bc50e2d23e826bd6ce821b Mon Sep 17 00:00:00 2001 From: darkf Date: Tue, 29 Oct 2013 23:41:53 -0700 Subject: [PATCH] add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..46279a8 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Lambot is a simple IRC bot written in the [Lamb](https://github.com/darkf/lamb) programming language. + +Currently it supports: + +* Factoids (`$defact foo bar`, `$foo` says `bar`) +* Ping (`$ping`) +* Simple admin commands (`$savefacts`, `$join`, `$quit`) + +**Running** + +1. Install [Lamb](https://github.com/darkf/lamb) +2. Configure the options in the beginning of `irc.lamb` +3. Run `lamb irc.lamb` \ No newline at end of file