2017-05-15 22:26:10 +00:00
|
|
|
{
|
|
|
|
"username": "nxy",
|
2017-07-04 13:47:57 +00:00
|
|
|
"host": "znc.host",
|
|
|
|
"port": 1337,
|
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",
|
|
|
|
"nxy.plugins.admin",
|
2017-06-01 12:50:51 +00:00
|
|
|
"nxy.plugins.coins",
|
2017-05-15 22:26:10 +00:00
|
|
|
"nxy.plugins.ctcp",
|
2017-07-04 13:22:20 +00:00
|
|
|
"nxy.plugins.isup",
|
2017-05-29 21:32:45 +00:00
|
|
|
"nxy.plugins.linux",
|
2017-05-15 22:26:10 +00:00
|
|
|
"nxy.plugins.mcmaniac",
|
|
|
|
"nxy.plugins.quotes",
|
2017-05-31 12:05:55 +00:00
|
|
|
"nxy.plugins.rape",
|
2017-07-04 13:22:20 +00:00
|
|
|
"nxy.plugins.regex",
|
2017-05-29 12:39:48 +00:00
|
|
|
"nxy.plugins.seen",
|
2017-05-18 00:01:44 +00:00
|
|
|
"nxy.plugins.tell",
|
|
|
|
"nxy.plugins.timer",
|
2017-06-01 13:07:30 +00:00
|
|
|
"nxy.plugins.urban",
|
2017-05-18 00:01:44 +00:00
|
|
|
"nxy.plugins.useless",
|
2017-05-28 10:27:50 +00:00
|
|
|
"nxy.plugins.weather",
|
2017-05-18 00:01:44 +00:00
|
|
|
"nxy.plugins.youtube"
|
2017-05-15 22:26:10 +00:00
|
|
|
],
|
|
|
|
"irc3.plugins.command": {
|
2017-05-18 00:01:44 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|