Exemplo n.º 1
0
 def handler(bot, source, target, message, match):
     bot.say(target, 'Matched {}'.format(match.group(1)))
Exemplo n.º 2
0
 def handler2(bot, source, target, message, **kwargs):
     bot.say(target, 'This is a second example')
Exemplo n.º 3
0
 def important_handler(bot, source, target, message, match):
     bot.say(target, 'Important {}'.format(match.group(1)))