gg bug fix
This commit is contained in:
parent
56099ae0d0
commit
bb9abcc94f
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user