Skip to content

Instantly share code, notes, and snippets.

@Pringley
Created December 7, 2012 02:07
Show Gist options
  • Save Pringley/4230167 to your computer and use it in GitHub Desktop.
Save Pringley/4230167 to your computer and use it in GitHub Desktop.
Sample maitred configuration
{
'ears': [
{
'id': 'irc',
'class': 'IrcEar',
'module': 'maitred.prototype.ircear',
'settings': {
'host': 'irc.freenode.net',
'port': 6667,
'nick': 'maitredtest',
'channel': '#maitredtest',
},
'apps': [
{
'id': 'pingpong',
'vocab': '(?i)ping',
'argv': ['bash', 'pingpong.sh'],
},
],
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment