sours/Radiobot
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
------------------------------------------ ---------------License-------------------- ------------------------------------------ This software is distributed under the FreeBSD License. Check LICENSE.txt for the entire text of the license. ------------------------------------------ ------- FILES AND FOLDERS ---------------- ------------------------------------------ - BINARIES - Contains the lua binaries. - LUALIBS - Contains lua coded additional libraries, add a .lua file for it to be included. - PLUGINS - Contains all the plugins. Copy-paste an existing plugin and edit it to add a new one. :) - IRC.LUA - Contains the IRC libary used. - BOT.LUA - Contains the wrapper for irc.lua that contains the plugin system and the plugin commands. ------------------------------------------ ------- SETUP ---------------------------- ------------------------------------------ To setup the bot, look into config.lua. The file overhead explains how to use the config. To edit the admins, you can edit admins.txt directly. You can also use the commands in DefaultCommands.lua to add/remove new admins. ------------------------------------------ ------- OPERATION ------------------------ ------------------------------------------ To start the bot, start RadioBot.bat a lua console.bat is included to start an interactive lua console for testing. -jA_cOp