Skip to content

Instantly share code, notes, and snippets.

@averrin
Created February 17, 2013 13:17
Show Gist options
  • Select an option

  • Save averrin/4971452 to your computer and use it in GitHub Desktop.

Select an option

Save averrin/4971452 to your computer and use it in GitHub Desktop.
class Test(object):
def __init__(self, symbiont):
self.symbiont = symbiont
def processCmd(self, channel, cmd):
if cmd.startswith('t2:'):
print '###\t %s' % cmd
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment