LoginSignup
7
2

More than 5 years have passed since last update.

意識高い系を煽るための Hubot スクリプト

Posted at

誰しも願望って持っています。
その願望が強くなると ! を付けたくなるようです(個人的観測)。

e.coffee
# Description:
#   えっ?それマジで価値あると思ってんの?
#

module.exports = (robot) ->

  robot.hear /(たい!|たい!)$/i, (msg) ->
    msg.send "えっ?それマジで価値あると思ってんの?"

昔、導入してたらあまりにもウザいので機能ごと抹消されたヤツです。
有言実行されるとぐうの音も出ない機能でもあります。

この文章の閲覧やスクリプトの実装に係るすべてのことについて責任を負いかねますので、あらかじめご了承願います。

7
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
2