Skip to content

Commit

Permalink
Remove that's what she said trigger. Serious people didn't like it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Bell committed Oct 11, 2011
1 parent 5cf9c5d commit 70336e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/bot.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/bot.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ hear /^movie me (.*)/i, (message) ->
else
say message.to, "#{message.from}: #{msg}"

hear /(it's|its|it was) (long|short|hard)/i, (message) ->
seen.setSeenUser message.from, message.to
say message.to, "That's what she said!"

desc 'what are the pulls on :user/:project', 'Get the latest pull requests for the GitHub repo :user/:project'
hear /^what are the pulls on (.*)\/(.*)/i, (message) ->
seen.setSeenUser message.from, message.to
Expand Down

0 comments on commit 70336e6

Please sign in to comment.