/GerbilBot

A light-weight IRC bot with Lua integration

Primary LanguageC++

GerbilBot

A light-weight IRC bot with Lua 5.1.2 integration

Compiling

  • Download the Lua 5.1.2 source from http://www.lua.org/ftp/
  • Extract the Lua source files to GerbilBot/lua-5.2.1/src
  • Compile

Lua Scripts

Lua script are loaded from the BinaryRoot/lua/ folder. The only required script loaded by the bot is 'wheel.lua'; but any other scripts can be loaded using the Lua "include" function.