add GrepLogCommand that is NOT skidded from any bot

technically some parts are still based off of HBot but at least it got a lot lower
This commit is contained in:
ChomeNS
2024-10-22 15:17:35 +07:00
parent e8ef3adf3b
commit 41e57d04f2
5 changed files with 317 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ public class CommandHandlerPlugin {
registerCommand(new SeenCommand());
registerCommand(new IPFilterCommand());
registerCommand(new StopCommand());
registerCommand(new GrepLogCommand());
}
public boolean disabled = false;