gg bug fix

This commit is contained in:
ravinderpal 2015-04-26 18:41:50 +02:00
parent 56099ae0d0
commit bb9abcc94f

View File

@ -64,7 +64,7 @@ module.exports = (robot) ->
res.send 'Ehm... praticamente...'
robot.hear /dilda/i, (res)->
res.send 'oplààààà'
robot.hear /gg/i, (res)->
robot.hear /^gg$/i, (res)->
res.send 'wp'
robot.hear /bravo (.+)/i, (res)->
res.send res.random(complim)+' '+res.match[1]