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 committed by Arcanitor
parent 96a7966754
commit b71318ec97
1 changed files with 1 additions and 1 deletions

View File

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