xbot/xbot.cfg

27 lines
342 B
INI
Executable File

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