30 lines
437 B
INI
Executable File
30 lines
437 B
INI
Executable File
# xbot configuration file
|
|
|
|
bot:
|
|
{
|
|
verbose = 1;
|
|
nick = "xbot";
|
|
user = "xbot";
|
|
|
|
# owner of the bot (nick!user@host)
|
|
admin = "ab3800!*@owner.ephasic.org";
|
|
|
|
# database file name
|
|
db = "xbot.db";
|
|
};
|
|
|
|
server:
|
|
{
|
|
host = "memphis.ephasic.org";
|
|
port = "6667";
|
|
};
|
|
|
|
mods:
|
|
{
|
|
autoload = ("chanop", "lua", "autojoin", "hello", "uptime");
|
|
blacklist = ();
|
|
|
|
# config option for mods/autojoin.so
|
|
mod_autojoin = ("#lobby", "#bots");
|
|
};
|