Skip to content

Instantly share code, notes, and snippets.

@andyeff
Created September 26, 2014 17:43
Show Gist options
  • Save andyeff/05553ec8795067794e09 to your computer and use it in GitHub Desktop.
Save andyeff/05553ec8795067794e09 to your computer and use it in GitHub Desktop.
Skybot example config
{
"connections":
{
"local irc":
{
"server": "irc.quakenet.org",
"nick": "botnick",
"channels": ["#mychan"],
"qserv_username": "qservnick",
"qserv_password": "qservpass",
"qserv_name": "q@cserve.quakenet.org",
"qserv_command": "auth %s %s",
"mode": "ix"
}
},
"disabled_plugins": [],
"disabled_commands": [],
"acls": {},
"sa_user": "saqueryuser",
"sa_password": "password",
"api_keys": {
"wunderground":"1234567890abc",
"google":"1234567890abc",
"teamspeak":"1234567890abc",
"rottentomatoes":"1234567890abc",
"wolframalpha":"1234567890abc-1234567890abc",
"twitter":{
"consumer":"1234567890abc",
"consumer_secret":"1234567890abc1234567890abc1234567890abc",
"access":"1861843507-1234567890abc1234567890abc1234567890abc",
"access_secret":"1234567890abc1234567890abc1234567890abc"
}
},
"censored_strings":
[
"DCC SEND",
"1nj3ct",
"thewrestlinggame",
"startkeylogger",
"hybux",
"\\0",
"\\x01",
"!coz",
"!tell /x"
]
}
@injuntony
Copy link

Thanks man! Worked like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment