Skip to content

Instantly share code, notes, and snippets.

@Raynes
Created April 28, 2010 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynes/381923 to your computer and use it in GitHub Desktop.
Save Raynes/381923 to your computer and use it in GitHub Desktop.
(defplugin
(:elite "Ohai" ["elite"] [{:keys [irc channel args]}]
(ircb/send-message irc channel
(->> args
(interpose " ")
(apply str)
(#(.toLowerCase %))
leetspeek)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment