word filtering added , closes #28

This commit is contained in:
Master Kwoth
2016-03-13 18:18:47 +01:00
parent c32b32e056
commit 31cf8aabb2
4 changed files with 184 additions and 15 deletions

View File

@ -15,6 +15,7 @@ namespace NadekoBot.Modules {
public PermissionModule() {
commands.Add(new FilterInvitesCommand(this));
commands.Add(new FilterWords(this));
}
public override void Install(ModuleManager manager) {