nxy/files/config.json

48 lines
971 B
JSON
Raw Normal View History

2017-05-15 22:26:10 +00:00
{
2017-07-31 14:12:10 +00:00
"nick": "nxy",
"realname": "nxy",
2017-05-15 22:26:10 +00:00
"username": "nxy",
"host": "irc.n0xy.net",
"port": 6697,
"ssl": true,
"sasl_username": "nxy",
"sasl_password": "",
"autojoins": ["#w0bm"],
2017-05-15 22:26:10 +00:00
"flood_burst": 1,
"flood_rate": 4,
"flood_rate_delay": 1,
"includes": [
"irc3.plugins.uptime",
2017-08-22 15:43:48 +00:00
"bot.admin",
"bot.ascii",
2017-08-22 15:43:48 +00:00
"bot.coins",
"bot.ctcp",
"bot.drugs",
2017-08-22 15:43:48 +00:00
"bot.isup",
"bot.linux",
"bot.mcmaniac",
"bot.quotes",
"bot.rape",
"bot.regex",
"bot.seen",
"bot.tell",
"bot.timer",
"bot.urban",
"bot.urlinfo",
2017-08-22 15:43:48 +00:00
"bot.useless",
"bot.weather",
"bot.youtube"
2017-05-15 22:26:10 +00:00
],
"irc3.plugins.command": {
"use_shlex": true,
"guard": "irc3.plugins.command.mask_based_policy",
"cmd": "."
2017-05-15 22:26:10 +00:00
},
"irc3.plugins.command.masks": {
2017-05-16 05:45:10 +00:00
"mrhanky!mrhanky@cocaine-import.agency": "all_permissions",
"jkhsjdhjs!jkhsjdhjs@smoke.weed.everyday": "admin",
"sirx!sirx@n0xy.net": "admin",
2017-05-15 22:26:10 +00:00
"*": "view"
}
}