nxy/files/config.json

40 lines
936 B
JSON
Raw Normal View History

2017-05-15 22:26:10 +00:00
{
"username": "nxy",
2017-07-07 00:11:20 +00:00
"host": "localhost",
"port": 6667,
2017-05-15 22:26:10 +00:00
"ssl": true,
2017-07-04 13:47:57 +00:00
"autojoins": ["#nxy-dev"],
2017-05-15 22:26:10 +00:00
"flood_burst": 1,
"flood_rate": 4,
"flood_rate_delay": 1,
"includes": [
"irc3.plugins.uptime",
2017-07-07 00:11:20 +00:00
"bot.plugins.admin",
"bot.plugins.coins",
"bot.plugins.ctcp",
"bot.plugins.isup",
"bot.plugins.linux",
"bot.plugins.mcmaniac",
"bot.plugins.quotes",
"bot.plugins.rape",
"bot.plugins.regex",
"bot.plugins.seen",
"bot.plugins.tell",
"bot.plugins.timer",
"bot.plugins.urban",
"bot.plugins.useless",
"bot.plugins.weather",
"bot.plugins.youtube"
2017-05-15 22:26:10 +00:00
],
"irc3.plugins.command": {
"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"
}
}