42 lines
975 B
JSON
42 lines
975 B
JSON
{
|
|
"nick": "nxy",
|
|
"realname": "nxy",
|
|
"username": "nxy",
|
|
"host": "localhost",
|
|
"port": 6667,
|
|
"ssl": false,
|
|
"autojoins": ["#nxy-dev"],
|
|
"flood_burst": 1,
|
|
"flood_rate": 4,
|
|
"flood_rate_delay": 1,
|
|
"includes": [
|
|
"irc3.plugins.uptime",
|
|
"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"
|
|
],
|
|
"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"
|
|
}
|
|
}
|