nxy/files/config.json
2017-08-22 17:43:48 +02:00

42 lines
847 B
JSON

{
"nick": "nxy",
"realname": "nxy",
"username": "nxy",
"host": "localhost",
"port": 6667,
"ssl": false,
"autojoins": ["#nxy-dev"],
"flood_burst": 1,
"flood_rate": 4,
"flood_rate_delay": 1,
"includes": [
"irc3.plugins.uptime",
"bot.admin",
"bot.coins",
"bot.ctcp",
"bot.isup",
"bot.linux",
"bot.mcmaniac",
"bot.quotes",
"bot.rape",
"bot.regex",
"bot.seen",
"bot.tell",
"bot.timer",
"bot.urban",
"bot.useless",
"bot.weather",
"bot.youtube"
],
"irc3.plugins.command": {
"guard": "irc3.plugins.command.mask_based_policy",
"cmd": "."
},
"irc3.plugins.command.masks": {
"mrhanky!mrhanky@cocaine-import.agency": "all_permissions",
"jkhsjdhjs!jkhsjdhjs@smoke.weed.everyday": "admin",
"sirx!sirx@n0xy.net": "admin",
"*": "view"
}
}