Skip to content

Commit

Permalink
fix meme_generator help output, fixes github#46
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Oct 29, 2011
1 parent b34f7ad commit 40dcc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/meme_generator.coffee
Expand Up @@ -3,13 +3,13 @@
# Y U NO <text> - Generates the Y U NO GUY with the bottom caption
# of <text>
#
# I don't always <something>
# but when I do <text> - Generates The Most Interesting man in the World
# I don't always <something> but when i do <text> - Generates The Most Interesting man in the World
#
# <text> ORLY? - Generates the ORLY? owl with the top caption of <text>
#
# <text> (SUCCESS|NAILED IT) - Generates success kid with the top caption of <text>
#
# <text> ALL the <things> - Generates ALL THE THINGS

module.exports = (robot) ->
robot.respond /Y U NO (.+)/i, (msg) ->
Expand Down

0 comments on commit 40dcc40

Please sign in to comment.