-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathalain-dev.ini
55 lines (47 loc) · 1.19 KB
/
alain-dev.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
[DEFAULT]
channel = irc3_dev
[bot]
nick = alain_afpy_
username = alain
realname = I'm the AFPy mascot
host = irc.libera.chat
port = 7000
ssl = true
includes =
irc3.plugins.core
irc3.plugins.ctcp
irc3.plugins.feeds
irc3.plugins.human
irc3.plugins.logger
irc3.plugins.uptime
alain.alain3
autojoins =
afpy-dev
[twitter]
# The following secrets are replaced by the Github Action,
# see: .github/workflows/deploy.yml.
key = TWITTER_KEY
secret = TWITTER_SECRET
token = TWITTER_TOKEN
token_secret = TWITTER_TOKEN_SECRET
[irc3.plugins.command]
cmd = !
guard = irc3.plugins.command.mask_based_policy
[irc3.plugins.logger]
filename = /tmp/logs.afpy.org/log-{date:%Y-%m-%d}.txt
[irc3.plugins.logger.formatters]
privmsg = {date:%H:%M} <{mask.nick}> {data}
[irc3.plugins.command.masks]
[email protected] = all_permissions
jpcw!jpcw@*.camguilhem.net = all_permissions
mdk!~mdk@python/psf/mdk = all_permissions
feth!*@*.tutu.info = all_permissions
* = view
[irc3.plugins.feeds]
delay = 20
directory = ~/.irc3/feeds/
dispatcher = alain.alain3.feed_dispatcher
channels = afpy-dev
planet = https://planet.afpy.org/atom.xml
planet.fmt = {entry.title} - {entry.link}
planet.delay = 20