-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (36 loc) · 1.06 KB
/
config.toml
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
43
44
45
# IRC
nick = "oodle-dev"
name = "oodle-dev"
user = "oodle-dev"
sasl_user = ""
sasl_pass = ""
server = "chat.freenode.net"
port = 6667
channel = "##oodle-test"
# Retry if connection drops; has exp. backoff
retry = true
# Where to store sqlite file
dbpath = "store.sqlite"
# Webhook
# secret = "7570abf6d5619dd0f9668551845ffe02a082fddf4a097306dae9b05ad6a2" # OFC change this
# webhook_addr = "127.0.0.1:8000"
# For github notifications
# First make oodle's webhook publicly available and set it's secret
# head over to https://github.com/{username/repo}/settings/hooks
# set "Payload URL" to {webhook_addr}/github, "secret" to {secret}, "Content type" to "application/json"
# then select "push" and "release" events from "Let me select individual events"
# [github]
# "godwhoa/oodle" = ["master"]
url_blacklist = [
"git.io"
]
disabled_commands = [
]
# .site -> https://pacn.in etc.
[custom_commands]
".site" = "https://pacn.in"
".google" = "https://google.in"
#[exec_commands]
#".fortune" = "fortune -s"
# [reddit_search]
# "r/hardware" = ['.*(N|n)ew\s(I|i)ntel.*', "Intel CPU"]