Skip to content

Instantly share code, notes, and snippets.

@boxp
Created November 20, 2013 14:48
Show Gist options
  • Save boxp/7564402 to your computer and use it in GitHub Desktop.
Save boxp/7564402 to your computer and use it in GitHub Desktop.
ヨォドォバァシィカメェラァするヨォドォバァシィカメェラァ
(reify Plugin
(get-name [this] nil)
(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]
(defn post-yodobashi
[& string]
(post
(apply str string "ヨォドォバァシィカメェラァ"))))
(on-click [this e] nil))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment