Updated README and systemd unit

This commit is contained in:
mrhanky
2017-07-04 15:47:57 +02:00
parent 928ad44db4
commit b8330ae377
4 changed files with 23 additions and 14 deletions

39
config.json-example Normal file
View File

@ -0,0 +1,39 @@
{
"username": "nxy",
"host": "znc.host",
"port": 1337,
"ssl": true,
"autojoins": ["#nxy-dev"],
"flood_burst": 1,
"flood_rate": 4,
"flood_rate_delay": 1,
"includes": [
"irc3.plugins.uptime",
"nxy.plugins.admin",
"nxy.plugins.coins",
"nxy.plugins.ctcp",
"nxy.plugins.isup",
"nxy.plugins.linux",
"nxy.plugins.mcmaniac",
"nxy.plugins.quotes",
"nxy.plugins.rape",
"nxy.plugins.regex",
"nxy.plugins.seen",
"nxy.plugins.tell",
"nxy.plugins.timer",
"nxy.plugins.urban",
"nxy.plugins.useless",
"nxy.plugins.weather",
"nxy.plugins.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"
}
}