-
Notifications
You must be signed in to change notification settings - Fork 0
/
EXAMPLE.cfg
19 lines (19 loc) · 1.14 KB
/
EXAMPLE.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[core]
name = RealName
nick = nickname
user = UserName
auth_method = server
auth_password = passwordfornick
admins = yournick, anyone, else, youwanttobe, anadmin (this will allow you to use permission checks in code)
host = servertoconnectto (irc.freenode.net, for example)
use_ssl = false (server dependant)
port = portforserver (usually 6667 if ssl is false)
owner = yournick (this will allow you to have specific commands only you can use)
channels = #whatever,#channels,#thebot,#should,#join (the bot can sit in a bunch of different channels. Just be careful when setting it up, as it can announce things in the wrong channel if you're not careful)
prefix = \. (what should be expected in front of commands)
nick_blocks = (anyone you want the bot to ignore?)
host_blocks = (any servers to ignore?)
exclude = (folders the bot should not load)
homedir = /home/bots/.sopel/ (whatever directory your bot files reside in)
db_filename = /home/bots/.sopel/$botnick.db (whatever your bot nick is makes it easier to find if you have multiple bots)
extra = /home/bots/.sopel/additionalModules (any folders of custom modules you'd like the bot to load as well. We have many.)