nxy/files/config.json

42 lines
975 B
JSON
Raw Normal View History

2017-05-16 00:26:10 +02:00
{
2017-07-31 16:12:10 +02:00
"nick": "nxy",
"realname": "nxy",
2017-05-16 00:26:10 +02:00
"username": "nxy",
2017-07-07 02:11:20 +02:00
"host": "localhost",
"port": 6667,
2017-07-31 16:12:10 +02:00
"ssl": false,
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",
2017-07-07 02:11:20 +02:00
"bot.plugins.admin",
"bot.plugins.coins",
"bot.plugins.ctcp",
"bot.plugins.isup",
"bot.plugins.linux",
"bot.plugins.mcmaniac",
"bot.plugins.quotes",
"bot.plugins.rape",
"bot.plugins.regex",
"bot.plugins.seen",
"bot.plugins.tell",
"bot.plugins.timer",
"bot.plugins.urban",
"bot.plugins.useless",
"bot.plugins.weather",
"bot.plugins.youtube"
2017-05-16 00:26:10 +02:00
],
"irc3.plugins.command": {
"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"
}
}