XalesBot Code
Status: Beta
Brought to you by:
xalesg
XalesBot Beta Readme INSTALLING/RUNNING: XalesBot should run on any Unix-like system with lua5.1 installed (liblua5.1-dev to compile) A makefile is provided to compile XalesBot. Simply run "make" in the XalesBot directory and the program will be compiled into ./bot XalesBot has 2 modes to run in: daemon and standalone. One must be specified at startup. Daemon mode: ./bot daemon Standalone mode: ./bot standalone Standalone logs to stdout. Daemon logs to ./log FIRST RUN: Before the first run, a configuration file must be created or the bot will exit during initialization. An interative wizard for creating this bot is available. Run the bot with mode "setup" ./bot setup Administration: I haven't had time to document this (its the beta). I suggest reading the libraries (stdlib.lua, admins.lua and adminlist) for administration (adminlist is is the admin and autokick list; I have provided mine as an example) and autokicker.lua for how the bot does autokicking. All of these features can be disabled by editing the files or replacing/editing bootstrap.lua --CURRENTLY UNDOCUMENTED--