-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.default.edn
executable file
·42 lines (22 loc) · 1.04 KB
/
config.default.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
;; CONFIG ENTRIES (remove the '#_' at the start of the line to activate entry, then either remove the second one to activate default value, or provide another value):
#_bobtailbot.adapters.irc/greeting #_"Hello. Let's chat."
#_bobtailbot.adapters.irc/group-or-chan #_"bobtailbot"
bobtailbot.adapters.irc/host #_"149.56.134.238" "127.0.0.1"
#_bobtailbot.adapters.irc/nick #_"bobtailbot"
#_bobtailbot.adapters.irc/port #_6667
#_bobtailbot.adapters.irc/use-global? #_false
#_bobtailbot.adapters.repl/greeting #_"Hello. Let's chat."
#_bobtailbot.adapters.repl/group-or-chan #_"bobtailbot"
#_bobtailbot.adapters.repl/host #_"127.0.0.1"
#_bobtailbot.adapters.repl/nick #_"bobtailbot"
#_bobtailbot.adapters.repl/port #_6667
#_bobtailbot.adapters.repl/use-global? #_false
bobtailbot.core/adapter :irc #_:irc
#_bobtailbot.core/brain #_:general
#_bobtailbot.core/greeting #_"Hello. Let's chat."
#_bobtailbot.core/group-or-chan #_"bobtailbot"
#_bobtailbot.core/host #_"127.0.0.1"
#_bobtailbot.core/nick #_"bobtailbot"
#_bobtailbot.core/port #_6667
}