Skip to content

Commit

Permalink
Continue @payou's work on #9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Labruyere committed Mar 25, 2016
1 parent e5d0be9 commit b7cc08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/welcome.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ getRandomItem = (items) => items[Math.floor(Math.random()*items.length)]

module.exports = (robot) ->

robot.messageRoom "general", "Hubot is back !!!!!! :banana:"
# robot.messageRoom "general", "Hubot is back !!!!!! :banana:"

responses = [
"uk:Hello!"
Expand Down Expand Up @@ -54,4 +54,4 @@ module.exports = (robot) ->
res.reply ":flag-" + randomResponse[0] + ": " + randomResponse[1]

robot.hear /(bichour)/i, (res) ->
res.reply "Bichour toi"
res.reply "Bichour toi"

0 comments on commit b7cc08c

Please sign in to comment.