blob: 7f8a5a4a2877c51584d050f86298ab5dfc49d21c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# IMPORTANT NOTE!
# You must delete the not_configured line in order for the bot to work,
# otherwise it will refuse to start.
[core]
nick=sopel
not_configured=True
host=irc.libera.chat
port=6697
use_ssl=True
verify_ssl=True
owner=
logdir=/var/log/sopel
pid_dir=/var/run/sopel
homedir=/var/db/sopel
[meetbot]
# If this directory is not created, sopel will see "/www/meetings"
# and not as "/var/db/sopel/www/meetings". Sopel runs by default
# as a non-root user, it cannot make a directory in /.
meeting_log_path = /var/db/sopel/www/meetings
|