This repository has been archived on 2023-04-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CloudBot/config
2011-11-20 22:23:31 +13:00

31 lines
538 B
Text

{
"connections":
{
"CONNECTION_NAME":
{
"server": "",
"nick": "",
"user": "",
"realname": "",
"nickserv_password": "",
"channels": ["#CHANNEL","#CHANNEL"]
}
},
"disabled_plugins": [],
"disabled_commands": [],
"acls": {},
"api_keys": {"geoip":"NULL","mc":["USER","PASS"]},
"censored_strings":
[
"DCC SEND",
"1nj3ct",
"thewrestlinggame",
"startkeylogger",
"hybux",
"\\0",
"\\x01",
"!coz",
"!tell /x"
],
"admins": ["TheLuke","Luke"]
}