xbot/xbot.cfg

25 lines
321 B
INI
Raw Normal View History

2015-03-24 10:12:35 +00:00
# xbot configuration file
bot:
{
2015-04-18 15:51:15 +00:00
verbose = 1;
2024-02-29 10:54:18 +00:00
nick = "xbot";
2015-03-24 10:12:35 +00:00
user = "xbot";
2024-02-13 07:22:10 +00:00
admin = "ab3800";
2015-03-24 10:12:35 +00:00
};
server:
{
2024-02-13 07:22:10 +00:00
host = "10.0.0.103";
2015-03-24 10:12:35 +00:00
port = "6667";
2015-04-07 18:18:24 +00:00
};
mods:
{
2024-02-25 17:09:24 +00:00
autoload = ("chanop", "lua", "autojoin", "hello", "uptime");
2015-04-07 18:18:24 +00:00
blacklist = ();
2015-04-08 18:56:32 +00:00
# config option for mods/autojoin.so
2024-02-16 21:28:11 +00:00
mod_autojoin = ("#lobby", "#bots");
2015-04-08 18:56:32 +00:00
};