A clone look-a-like from the original bot of Quakenet, but made in Go.
- Rename the file config.yml.example to config.yml
- Change the
Hostname
,Port
and other parameters as desired - Compile and run using
go build .
and./fishbot
- Or run it directly with
go run .
- Or run it directly with
If you are using Docker to deploy the bot you can use environment variables to override config.yml parameters.
You have to set the config parameter allow_invites
to true
. Then everybody
will be able to add the bot to its channel using /INVITE <botnick> <#channel>
.