DTSCode / lambot

An IRC bot written in the Lamb programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An IRC bot written in the Lamb programming language