xbot/xbot.cfg
Aaron Blakely 4d025dde85 current
2024-02-23 19:57:59 -06:00

25 lines
311 B
INI
Executable File

# xbot configuration file
bot:
{
verbose = 1;
nick = "_";
user = "xbot";
admin = "ab3800";
};
server:
{
host = "10.0.0.103";
port = "6667";
};
mods:
{
autoload = ("chanop", "autojoin", "hello", "uptime");
blacklist = ();
# config option for mods/autojoin.so
mod_autojoin = ("#lobby", "#bots");
};