This commit is contained in:
Aaron Blakely 2024-02-29 04:54:18 -06:00
parent a7345ae957
commit 79cf4fda3d
2 changed files with 1 additions and 4 deletions

View File

@ -5,9 +5,6 @@
local handlerstore = {} local handlerstore = {}
function load() end
function unload() end
function add_handler(type, func) function add_handler(type, func)
local ret = _add_handler(type, func) local ret = _add_handler(type, func)

View File

@ -3,7 +3,7 @@
bot: bot:
{ {
verbose = 1; verbose = 1;
nick = "_"; nick = "xbot";
user = "xbot"; user = "xbot";
admin = "ab3800"; admin = "ab3800";
}; };