Emote filter, Chat filter improvements, Disable commands, and custom

commands
This commit is contained in:
2020-06-04 23:37:10 -05:00
parent a0df294674
commit f05582baaf
16 changed files with 331 additions and 79 deletions

View File

@@ -9,7 +9,8 @@ public class FastMsgRemoveTimer extends BiscuitTimer{
public FastMsgRemoveTimer(){
delay = (long) 0;
period = (long) 1*1000;
//period = (long) 1*1000;
period = (long) 250;
}
public void run() {