Liking cljdoc? Tell your friends :D

clj-irc

clojure irc client based on pircbotx.

This project is currently at an early development stage.

(ns clj-irc.example
  (:use [clj-irc.core]))

(defbot {:nick "test" :host "somehost" :server-password "server-password"
         :channels ["#test"]
         :auto-reconnect true}
        (on-message {:keys [content]} reply-to {:regexp #"^test:.*"}
          (reply-to (str "did you really say :" content))))

Can you improve this documentation? These fine people already did:
Olivier Bohrer & obohrer
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close