This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
CloudBot/config
2011-11-21 00:03:49 +13:00

33 lines
549 B
Plaintext

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