summarylogtreecommitdiffstats
path: root/sopel.cfg
blob: a9ad736756fa16764067fff6f0f2f10a01d6cf8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Default sopel configuration file for Fedora
#For information related to possible configuration values see
# https://github.com/sopel-irc/sopel/wiki/Core-configuration-settings
# https://github.com/sopel-irc/sopel/wiki/Module-Configuration
#
#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=chat.freenode.net
port=6697
use_ssl=True
verify_ssl=True
owner=
logdir=/var/log/sopel
pid_dir=/run/sopel
homedir=/var/lib/sopel

[db]
userdb_type=sqlite
userdb_file=/var/lib/sopel/user.db