Skip to content

Instantly share code, notes, and snippets.

@boxp
Created November 6, 2013 07:13
Show Gist options
  • Save boxp/7332175 to your computer and use it in GitHub Desktop.
Save boxp/7332175 to your computer and use it in GitHub Desktop.
ですで〜す^^
(reify Plugin
(get-name [this] "美容室で〜す^^")
(on-status [this status] nil)
(on-rt [this status] nil)
(on-unrt [this status] nil)
(on-fav [this source target status] nil)
(on-unfav [this source target status] nil)
(on-del [this status] nil)
(on-follow [this source user] nil)
(on-dm [this dm] nil)
(on-start [this] nil)
(on-click [this e]
(post
(str
(rand-nth ["ですで~す" "美容室Lで~す" "美容室で~す"])
(apply str
(repeat (rand-int 100) "^"))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment