Added configurable command prefix
This commit is contained in:
parent
664b67c5c0
commit
6f37dfa9bc
2 changed files with 5 additions and 3 deletions
3
config
3
config
|
@ -14,6 +14,7 @@
|
|||
"disabled_plugins": [],
|
||||
"disabled_commands": [],
|
||||
"acls": {},
|
||||
"prefix": ".",
|
||||
"api_keys": {"geoip":"NULL","mc":["USER","PASS"]},
|
||||
"censored_strings":
|
||||
[
|
||||
|
@ -27,5 +28,5 @@
|
|||
"!coz",
|
||||
"!tell /x"
|
||||
],
|
||||
"admins": ["TheLuke","Luke"]
|
||||
"admins": ["USERNAME"]
|
||||
}
|
||||
|
|
Reference in a new issue