Skip to content

Instantly share code, notes, and snippets.

@AvianFlu
Created August 30, 2011 02:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AvianFlu/1180026 to your computer and use it in GitHub Desktop.
Save AvianFlu/1180026 to your computer and use it in GitHub Desktop.
Sample kohai configs
{
"server": "irc.freenode.net",
"nick": "awesomebot",
"password": "",
"channels": ["#nodetestsu", "#nodebombrange", "#kohai"],
"showErrors": "true",
"userName": "hookio",
"realName": "Hook.io IRC Client",
"promptMsg": "Hook.io-IRC",
"promptDelim": ">",
"useShell": false,
"idCheck": true
}
{
"version": "v0.1.0",
"access": {
"admin": [
"AvianFlu",
],
"employee": [
],
"friend": [
]
},
"insults": [
"%% is a wombat-loving heifer-puncher!",
"%% is an unsightly trouser stain!",
"%% is a venomous lily-licker!",
"%% smells of elderberry wine!",
"%% is like one of those callbacks that just won't fire.",
"I slap thee verily with a trout quite large, %%!",
"%% actually looks rather nice today."
],
"help": {
}
}
{
"auth": {
"twitter": {
"consumer_key": "twitter",
"consumer_secret": "creds",
"access_token_key": "go",
"access_token_secret": "here"
},
"bitly": {
"user": "for shortlinks",
"key": "if you want them"
}
},
"track": [
"Node.js",
"Nodejitsu",
"#nodejs",
"node.js hosting",
"NodeKohai"
],
"follow": [],
"recentTweets": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment