nxy/files/config.json

42 lines
847 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-08-22 17:43:48 +02: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-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"
}
}