Guest User

Untitled

a guest
Jul 2nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defn -main [& args]
  2.     (let [flounder {:name "flounder.dyndns.org" :port 6998}
  3.           user {:name "botley bottington" :nick "test"}
  4.           irc (connect flounder)]
  5.         (login irc user)
  6.         (join irc "#room")
  7.         (join irc "#urkl")
  8.         (message irc "#room" "stuff")))
Add Comment
Please, Sign In to add comment