hubot-nullpo
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "hubot-nullpo", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "nullpo.coffee", |
@@ -24,12 +24,21 @@ # hubot-nullpo | ||
## Usage | ||
## Configuration | ||
This script responds to `ぬるぽ` with `ガッ`. | ||
```bash | ||
# optional | ||
$ export HUBOT_NULLPO_RICH_STYLE="true" | ||
### Optional config | ||
# if "true" then response will be like this: | ||
# | ||
# Λ_Λ \\ | ||
# ( ・∀・) | | ガッ | ||
# と ) | | | ||
# Y /ノ 人 | ||
# / ) < >_Λ∩ | ||
# _/し' //. V`Д´)/ | ||
# (_フ彡 / ←>>@mention | ||
``` | ||
You can use a rich response style with below: | ||
## Usage | ||
```bash | ||
$ export HUBOT_NULLPO_RESPONSE_STYLE='rich' | ||
``` | ||
Say `ぬるぽ`, and get `ガッ`. |
Sorry, the diff of this file is not supported yet
3688
44