Skip to content

Instantly share code, notes, and snippets.

@maxcountryman
Created July 4, 2013 18:13
Show Gist options
  • Select an option

  • Save maxcountryman/5929451 to your computer and use it in GitHub Desktop.

Select an option

Save maxcountryman/5929451 to your computer and use it in GitHub Desktop.
(def conn (with-connection ["irc.example.com" 6667 "foo" "bar" "Foo Bar"]
(defcallback foo [{:keys [command]}]
(println command))))
(run conn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment