Edited config handling
This commit is contained in:
parent
187d0adf1f
commit
97f1f674d2
1 changed files with 0 additions and 32 deletions
32
config
32
config
|
@ -1,32 +0,0 @@
|
||||||
{
|
|
||||||
"connections":
|
|
||||||
{
|
|
||||||
"CONNECTION_NAME":
|
|
||||||
{
|
|
||||||
"server": "",
|
|
||||||
"nick": "",
|
|
||||||
"user": "",
|
|
||||||
"realname": "",
|
|
||||||
"nickserv_password": "",
|
|
||||||
"channels": ["#CHANNEL","#CHANNEL"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"disabled_plugins": [],
|
|
||||||
"disabled_commands": [],
|
|
||||||
"acls": {},
|
|
||||||
"prefix": ".",
|
|
||||||
"api_keys": {"geoip":"NULL","mc":["USER","PASS"]},
|
|
||||||
"censored_strings":
|
|
||||||
[
|
|
||||||
"DCC SEND",
|
|
||||||
"1nj3ct",
|
|
||||||
"thewrestlinggame",
|
|
||||||
"startkeylogger",
|
|
||||||
"hybux",
|
|
||||||
"\\0",
|
|
||||||
"\\x01",
|
|
||||||
"!coz",
|
|
||||||
"!tell /x"
|
|
||||||
],
|
|
||||||
"admins": ["USERNAME"]
|
|
||||||
}
|
|
Reference in a new issue