]> jfr.im git - erebus.git/blob - bot.config.example
add exit alias for !die
[erebus.git] / bot.config.example
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]
6 realname = Erebus r1
7 host = irc.quakenet.org
8 port = 6667
9
10 dbhost = localhost
11 dbuser = erebus
12 dbpass = darkness
13 dbname = erebus
14
15 trigger = !
16
17 pidfile = pidfile
18
19 ; Wait for numeric 396 (hidden host) before joining channels?
20 wait_for_hidden_host = 0
21
22 [autoloads]
23 control = 1
24 eval = 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.
30 interval = 30
31 maxtime = 300
32
33
34 ; MODULES:
35
36 [trivia]
37 jsonpath = /bla/foo/bar/modules/contrib/trivia/trivia.json.example
38 con = twitter consumer
39 con_sec = twitter consumer secret
40 token = twitter token
41 token_sec = twitter token secret
42 topiccommand = TOPIC %(chan)s :%(topic)s
43
44 [sms]
45 account_sid = twilio AccountSid
46 auth_token = twilio auth token
47 mynumber = +11234567890 (sms "callerid")
48
49 [help]
50 url = https://where.ever/dir/%d.txt
51
52 [reddark]
53 update_interval = 600
54 topicsuffix = | Something something mumble mumble
55
56 [weatherstack_weather]
57 key = your API Key
58
59 [bashorg]
60 path = /home/erebus/bash.org/