## 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 ```