-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.dist.ini
107 lines (86 loc) · 2.17 KB
/
config.dist.ini
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[bot]
nick = cappuccino_test
username = cappuccino_test
realname = cappuccino_test
# Server password, not nickserv
password =
host = irc.rizon.net
port = 6697
# uncomment this if you want ssl support
ssl = true
# uncomment this if you don't want to check the certificate
# ssl_verify = CERT_NONE
# uncomment this if you want to use sasl authentication
# sasl_username = cappuccino_test
# sasl_password = yourpassword
includes =
cappuccino.nickserv
cappuccino.botui
cappuccino.rice
cappuccino.lastfm
cappuccino.fun
cappuccino.catfacts
cappuccino.sed
cappuccino.ai
cappuccino.seen
cappuccino.execshell
cappuccino.triggers
cappuccino.chanlog
cappuccino.urlinfo
irc3.plugins.ctcp
# the bot will join #null
# ${hash} is replaced by the # char
autojoins =
${hash}null
# Autojoin delay, disabled by default
# float or int value
# autojoin_delay = 3.1
# The maximum amount of lines irc3 sends at once.
# Default to 4, set to 0 to disable
# flood_burst = 10
# The number of lines per $flood_rate_delay seconds irc3 sends after reaching
# the $flood_burst limit.
# Default to 1
# flood_rate = 2
# The bot will send $flood_rate messages per $flood_rate_delay seconds
# Default to 1
# flood_rate_delay = 5
[ctcp]
version = cappuccino (https://github.com/FoxDev/cappuccino)
[cappuccino.nickserv]
password =
[cappuccino.lastfm]
api_key =
[cappuccino.urlinfo]
ignore_nicks = Nick1 Nick2
ignore_hostnames = example.com
fake_useragent_hostnames =
twitter.com
t.co
[database]
# https://docs.sqlalchemy.org/en/13/core/engines.html#database-urls
# Only postgresql is officially supported, you're on your own for anything else.
uri =
[irc3.plugins.command]
# set command char
cmd = .
antiflood = true
# set guard policy
guard = irc3.plugins.command.mask_based_policy
[irc3.plugins.command.masks]
# this section is used by the guard to secure the bot's command
# change your nickname and uncomment the line below
# user!*@* = all_permissions
* = view
# https://sentry.io
[cappuccino.sentry]
dsn =
[cappuccino.userdb]
enable_http_server = false
http_host = 127.0.0.1
http_port = 8080
[cappuccino.influx]
url = http://localhost:8086
org =
bucket =
token =