xbot/xbot.cfg

24 lines
275 B
INI
Raw Normal View History

2015-03-24 10:12:35 +00:00
# xbot configuration file
bot:
{
nick = "xbot";
user = "xbot";
2015-03-24 17:48:11 +00:00
admin = "Dark_Aaron";
2015-03-24 10:12:35 +00:00
};
server:
{
host = "irc.alphachat.net";
port = "6667";
2015-04-07 18:18:24 +00:00
};
mods:
{
2015-04-08 18:56:32 +00:00
autoload = ("autojoin");
2015-04-07 18:18:24 +00:00
blacklist = ();
2015-04-08 18:56:32 +00:00
# config option for mods/autojoin.so
mod_autojoin = ("#ircbots");
};