Change default command prefix as it conflicts with most IRC bots
This commit is contained in:
parent
96a7966754
commit
b71318ec97
|
@ -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/]$")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue