Skip to content

Instantly share code, notes, and snippets.

@devth
Created November 29, 2011 20:37
Show Gist options
  • Select an option

  • Save devth/1406386 to your computer and use it in GitHub Desktop.

Select an option

Save devth/1406386 to your computer and use it in GitHub Desktop.
(cmd-hook #"meme"
#"^popular$" (chat-instance-popular)
#"^trending$" (chat-meme-list
(gen-trending))
#"^search\s(.+)" (chat-meme-list
(search-generators (second p)))
#"(\w+)\s(.+)\/(.+)$" (chat-instance
(create-instance
(map-to-query-string
(build-instance-params
(nth p 1) (nth p 2) (nth p 3))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment