Skip to content

Instantly share code, notes, and snippets.

@Raynes
Created November 22, 2011 02:16
Show Gist options
  • Save Raynes/1384688 to your computer and use it in GitHub Desktop.
Save Raynes/1384688 to your computer and use it in GitHub Desktop.
irclj.parser> (pprint (parse-message ":[email protected] PRIVMSG #clojure :amalloy: poes law has just bitten me. i cant tell if you are joking"))
{:command "PRIVMSG",
:params
["#clojure"
"amalloy: poes law has just bitten me. i cant tell if you are joking"],
:host "203.79.117.117",
:user "~andrew",
:nick ":brehaut"}
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment