-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathexample-config.clj
More file actions
24 lines (24 loc) · 958 Bytes
/
example-config.clj
File metadata and controls
24 lines (24 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{:nick "clojurebotIII"
:irc {"irc.freenode.net" ["#clojurebot"]}
:database "/tmp/bot.db"
:threads 4
:cron [{:task hiredman.clojurebot.clojars/go
:rate 3600
:targets [[:irc "clojurebotIII" "irc.freenode.net" "#clojurebot"]]}
{:task clojurebot.github/commits
:rate 3000
:targets [[:irc "clojurebotIII" "irc.freenode.net" "#clojurebot"]]
:arguments ["clojure/clojure"]}
{:task clojurebot.github/commits
:rate 3000
:targets [[:irc "clojurebotIII" "irc.freenode.net" "#clojurebot"]]
:arguments ["clojure/clojure-contrib"]}]
:plugin-directory "/Users/hiredman/src/clojurebot/"
#_ ( :addressed-plugins [[clojurebot.indexing search? search]])
#_( :logging-plugins #{clojurebot.indexing/index})
:on-invite :join
:clojure-jar "/Users/hiredman/src/clojure/clojure.jar"
:swank 8888
:evaluator "http://localhost:3235/eval"
:facts-service "http://localhost:3236/facts"
}