mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-12-30 04:56:52 +00:00
fix: default chomens bot autoValidate to true
This commit is contained in:
parent
eb3550512d
commit
51f181ce69
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class Configuration {
|
|||
public BotInfo hbot = new BotInfo("#", null);
|
||||
public BotInfo sbot = new BotInfo(":", null);
|
||||
public BotInfo chipmunk = new BotInfo("'", null);
|
||||
public ChomeNSBotInfo chomens = new ChomeNSBotInfo("*", null, false);
|
||||
public ChomeNSBotInfo chomens = new ChomeNSBotInfo("*", null, true);
|
||||
public BotInfo fnfboyfriend = new BotInfo("~", null);
|
||||
public BotInfo qilk = new BotInfo(">", null);
|
||||
public BotInfo nbot = new BotInfo("?", null);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue