Added configurable command prefix

This commit is contained in:
Luke Rogers 2011-11-21 00:03:49 +13:00
parent 664b67c5c0
commit 6f37dfa9bc
2 changed files with 5 additions and 3 deletions

3
config
View file

@ -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"]
}