2017-05-16 00:26:10 +02:00
|
|
|
{
|
|
|
|
"username": "nxy",
|
2017-07-04 15:47:57 +02:00
|
|
|
"host": "znc.host",
|
|
|
|
"port": 1337,
|
2017-05-16 00:26:10 +02:00
|
|
|
"ssl": true,
|
2017-07-04 15:47:57 +02:00
|
|
|
"autojoins": ["#nxy-dev"],
|
2017-05-16 00:26:10 +02:00
|
|
|
"flood_burst": 1,
|
|
|
|
"flood_rate": 4,
|
|
|
|
"flood_rate_delay": 1,
|
|
|
|
"includes": [
|
|
|
|
"irc3.plugins.uptime",
|
|
|
|
"nxy.plugins.admin",
|
2017-06-01 14:50:51 +02:00
|
|
|
"nxy.plugins.coins",
|
2017-05-16 00:26:10 +02:00
|
|
|
"nxy.plugins.ctcp",
|
2017-07-04 15:22:20 +02:00
|
|
|
"nxy.plugins.isup",
|
2017-05-29 23:32:45 +02:00
|
|
|
"nxy.plugins.linux",
|
2017-05-16 00:26:10 +02:00
|
|
|
"nxy.plugins.mcmaniac",
|
|
|
|
"nxy.plugins.quotes",
|
2017-05-31 14:05:55 +02:00
|
|
|
"nxy.plugins.rape",
|
2017-07-04 15:22:20 +02:00
|
|
|
"nxy.plugins.regex",
|
2017-05-29 14:39:48 +02:00
|
|
|
"nxy.plugins.seen",
|
2017-05-18 02:01:44 +02:00
|
|
|
"nxy.plugins.tell",
|
|
|
|
"nxy.plugins.timer",
|
2017-06-01 15:07:30 +02:00
|
|
|
"nxy.plugins.urban",
|
2017-05-18 02:01:44 +02:00
|
|
|
"nxy.plugins.useless",
|
2017-05-28 12:27:50 +02:00
|
|
|
"nxy.plugins.weather",
|
2017-05-18 02:01:44 +02:00
|
|
|
"nxy.plugins.youtube"
|
2017-05-16 00:26:10 +02:00
|
|
|
],
|
|
|
|
"irc3.plugins.command": {
|
2017-05-18 02:01:44 +02:00
|
|
|
"guard": "irc3.plugins.command.mask_based_policy",
|
|
|
|
"cmd": "."
|
2017-05-16 00:26:10 +02:00
|
|
|
},
|
|
|
|
"irc3.plugins.command.masks": {
|
2017-05-16 07:45:10 +02:00
|
|
|
"mrhanky!mrhanky@cocaine-import.agency": "all_permissions",
|
|
|
|
"jkhsjdhjs!jkhsjdhjs@smoke.weed.everyday": "admin",
|
|
|
|
"sirx!sirx@n0xy.net": "admin",
|
2017-05-16 00:26:10 +02:00
|
|
|
"*": "view"
|
|
|
|
}
|
|
|
|
}
|