Skip to content

Instantly share code, notes, and snippets.

@Raynes
Created November 22, 2011 03:49
Show Gist options
  • Save Raynes/1384841 to your computer and use it in GitHub Desktop.
Save Raynes/1384841 to your computer and use it in GitHub Desktop.
irclj.parser> (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"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment