Created
November 22, 2011 02:16
-
-
Save Raynes/1384688 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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