Skip to content

Instantly share code, notes, and snippets.

@Raynes
Created November 22, 2011 03:50
Show Gist options
  • Save Raynes/1384842 to your computer and use it in GitHub Desktop.
Save Raynes/1384842 to your computer and use it in GitHub Desktop.
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