Skip to content

Instantly share code, notes, and snippets.

@MasanoriYamada
Forked from vexus2/joke.coffee
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasanoriYamada/0bf1cbeb7a170aebd060 to your computer and use it in GitHub Desktop.
Save MasanoriYamada/0bf1cbeb7a170aebd060 to your computer and use it in GitHub Desktop.
# Description:
# Joke commands.
#
# Commands:
# ぬるぽ - You reply with, "ガッ" When you post a "ぬるぽ" word.
#
# Notes:
# ネタ/ジョーク系のbot全般
module.exports = (robot) ->
robot.hear /ぬるぽ/, (msg) ->
msg.send """
```
Λ_Λ \\
( ・∀・) | | ガッ
と ) | |
Y /ノ 人
/ ) < > _Λ ∩
_/し' // V`Д´)/
(_フ彡 / ←>> @#{msg.message.user.name}
```
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment