xbot/xbot.cfg

25 lines
302 B
INI
Executable File

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