Created
November 22, 2011 03:50
-
-
Save Raynes/1384842 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 #4clojure :ckirkendall: would you mind using amalloy on irc, rather than alan? it's nice to get notifications from my irc client")) | |
{:command "PRIVMSG", | |
:params | |
["#4clojure" | |
"ckirkendall: would you mind using amalloy on irc, rather than alan? it's nice to get notifications from my irc client"], | |
:raw | |
":[email protected] PRIVMSG #4clojure :ckirkendall: would you mind using amalloy on irc, rather than alan? it's nice to get notifications from my irc client", | |
:host "li231-96.members.linode.com", | |
:user "~amalloy", | |
:nick "amalloy"} | |
nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment