Skip to content

Commit

Permalink
Quote message to avoid the leading white spaces are trimmed.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkurokawa committed Jun 26, 2015
1 parent 1010e32 commit 6b2eca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/duuune.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

module.exports = (robot) ->
robot.hear /(ドゥーン|duu+ne|doo+ne)/i, (msg) ->
msg.send """
msg.send """‘‘‘
   ∧_∧
  ( ・ω・) ドゥーン!!
  | ⊃⊃
Expand All @@ -21,4 +21,4 @@ module.exports = (robot) ->
 __/(__
/  (___/
"""
‘‘‘"""

0 comments on commit 6b2eca2

Please sign in to comment.