forked from Lainports/freebsd-ports
Sopel is a simple, lightweight, open source, easy-to-use IRC Utility bot, written in Python. It's designed to be easy to use, run and extend. PR: 265807 Approved by: Jesús Daniel Colmenares Oviedo (maintainer)
21 lines
545 B
INI
21 lines
545 B
INI
#
|
|
# 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
|