nxy/files/config.json

42 lines
847 B
JSON
Raw Normal View History

2017-05-15 22:26:10 +00:00
{
2017-07-31 14:12:10 +00:00
"nick": "nxy",
"realname": "nxy",
2017-05-15 22:26:10 +00:00
"username": "nxy",
2017-07-07 00:11:20 +00:00
"host": "localhost",
"port": 6667,
2017-07-31 14:12:10 +00:00
"ssl": false,
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",
2017-08-22 15:43:48 +00:00
"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"
2017-05-15 22:26:10 +00:00
],
"irc3.plugins.command": {
"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"
}
}