Skip to content

Commit

Permalink
Merge pull request #4 from pompopo/longer-katakana-duuune
Browse files Browse the repository at this point in the history
support longer duuune in katakana
  • Loading branch information
hkurokawa committed Nov 25, 2015
2 parents 71c938a + 1ca7f4b commit be620e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Commands

```
ドゥーン
/ドゥー+ン/
/doo+ne/
/duu+ne/
```
4 changes: 2 additions & 2 deletions src/scripts/duuune.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# ドゥーン!
#
# Commands:
# ドゥーン
# /ドゥー+ン/
# /duu+ne/
# /doo+ne/
#
# Author:
# - hkurokawa

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

0 comments on commit be620e1

Please sign in to comment.