An IRC bot written in the Lamb programming language - https://github.com/darkf/lambot
Go to file
darkf 379aa7fc99 fix state passing 2017-06-07 16:55:05 +00:00
.gitignore fixed config.lamb defaults 2017-06-06 18:14:06 +01:00
LICENSE.txt Add LICENSE.txt (zlib license) 2017-06-06 08:39:06 -07:00
README.md add README 2013-10-29 23:41:53 -07:00
config.lamb fixed config.lamb defaults 2017-06-06 18:14:06 +01:00
irc.lamb fix state passing 2017-06-07 16:55:05 +00:00

README.md

Lambot is a simple IRC bot written in the 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
  2. Configure the options in the beginning of irc.lamb
  3. Run lamb irc.lamb