Huge cleanup and refactoring :>

This commit is contained in:
mrhanky
2017-08-22 17:43:48 +02:00
parent 7f5571fc09
commit f33a17038a
21 changed files with 127 additions and 185 deletions

View File

@ -11,22 +11,22 @@
"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"
"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"
],
"irc3.plugins.command": {
"guard": "irc3.plugins.command.mask_based_policy",