Change default command prefix as it conflicts with most IRC bots

This commit is contained in:
DaMachinator 2018-02-08 11:05:16 -05:00 odevzdal Arcanitor
rodič 96a7966754
revize b71318ec97
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -78,7 +78,7 @@ class MatterLinkConfig(file: File) {
prefix = config.getString( prefix = config.getString(
"commandPrefix", "commandPrefix",
CATEGORY_COMMAND, CATEGORY_COMMAND,
"!", "$",
"Prefix for MC bridge commands. Accepts a single character (not alphanumeric or /)", "Prefix for MC bridge commands. Accepts a single character (not alphanumeric or /)",
Pattern.compile("^[^0-9A-Za-z/]$") Pattern.compile("^[^0-9A-Za-z/]$")
) )