An IRC bot written in the Lamb programming language - https://github.com/darkf/lambot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
darkf cba061da3a Add LICENSE.txt (zlib license) 6 years ago
LICENSE.txt Add LICENSE.txt (zlib license) 6 years ago
README.md add README 10 years ago
config.lamb move config out to its own module 7 years ago
irc.lamb move config out to its own module 7 years ago

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