1
0
Fork 0
sopel-modules/README.md
Casper V. Kristensen 0b06f00032
Initial commit.
2018-12-15 15:32:51 +01:00

33 lines
662 B
Markdown

## Setup
```bash
# Install Sopel
sudo apt install sopel
# Go through the setup wizard
sopel
# Install custom modules
git clone https://git.caspervk.net/caspervk/sopel-modules.git ~/.sopel/modules
```
## Example default.cfg
```ini
[core]
host = example.com
port = 6697
use_ssl = true
verify_ssl = true
nick = goodbot
owner = caspervk
prefix = \.
help_prefix = .
channels = #chat
default_timezone = Europe/Copenhagen
reply_errors = false
enable = admin,announce,calc,clock,countdown,currency,dice,find,help,ip,isup,rand,reload,remind,seen,units,uptime,version,weather,wikipedia,wiktionary,emoticons,tor
[admin]
hold_ground = true
auto_accept_invite = true
```