xbot/xbot.cfg

33 lines
480 B
INI
Raw Normal View History

2015-03-24 06:12:35 -04:00
# xbot configuration file
bot:
{
2015-04-18 11:51:15 -04:00
verbose = 1;
2024-02-29 05:54:18 -05:00
nick = "xbot";
2015-03-24 06:12:35 -04:00
user = "xbot";
2024-03-05 21:12:10 -05:00
2024-03-08 01:38:00 -05:00
# owner of the bot (nick!user@host)
admin = "ab3800!*@owner.ephasic.org";
# database file name
2024-03-05 21:12:10 -05:00
db = "xbot.db";
2024-03-09 03:40:06 -05:00
# log file name
log = "xbot.log";
2015-03-24 06:12:35 -04:00
};
server:
{
host = "memphis.ephasic.org";
2015-03-24 06:12:35 -04:00
port = "6667";
2015-04-07 14:18:24 -04:00
};
mods:
{
2024-02-25 12:09:24 -05:00
autoload = ("chanop", "lua", "autojoin", "hello", "uptime");
2015-04-07 14:18:24 -04:00
blacklist = ();
2015-04-08 14:56:32 -04:00
# config option for mods/autojoin.so
2024-02-16 16:28:11 -05:00
mod_autojoin = ("#lobby", "#bots");
2015-04-08 14:56:32 -04:00
};