word filtering added , closes #28
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user