Updated README and systemd unit
This commit is contained in:
39
config.json-example
Normal file
39
config.json-example
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user