]> jfr.im git - erebus.git/blame_incremental - bot.config.example
move responsibility for input logging to the core
[erebus.git] / bot.config.example
... / ...
CommitLineData
1; Copy this file to bot.config
2; Note: comments will not be retained in bot.config,
3; and you can not edit it by hand while the bot is running.
4
5[erebus]
6realname = Erebus r1
7host = irc.quakenet.org
8port = 6667
9
10dbhost = localhost
11dbuser = erebus
12dbpass = darkness
13dbname = erebus
14
15trigger = !
16
17pidfile = pidfile
18
19; Wait for numeric 396 (hidden host) before joining channels?
20wait_for_hidden_host = 0
21
22[autoloads]
23control = 1
24eval = 0
25
26[watchdog]
27; The bot includes a watchdog timer. It sends a PING to the server every
28; "interval" seconds, and resets itself (by ending the process) if
29; "maxtime" seconds go by without receiving anything.
30interval = 30
31maxtime = 300
32
33
34; MODULES:
35
36[trivia]
37jsonpath = /bla/foo/bar/modules/contrib/trivia/trivia.json.example
38con = twitter consumer
39con_sec = twitter consumer secret
40token = twitter token
41token_sec = twitter token secret
42topiccommand = TOPIC %(chan)s :%(topic)s
43
44[sms]
45account_sid = twilio AccountSid
46auth_token = twilio auth token
47mynumber = +11234567890 (sms "callerid")
48
49[help]
50url = https://where.ever/dir/%d.txt
51
52[reddark]
53update_interval = 600
54topicsuffix = | Something something mumble mumble
55
56[weatherstack_weather]
57key = your API Key
58
59[bashorg]
60path = /home/erebus/bash.org/