This project is a fork of Ergo
Extra features in atlchat:
- Automod, which lets you block messages using customizable rules with word lists or regex.
- Customizable chat cooldowns, much like Discord's slowmode feature.
This project is a stripped down version configured to to work specifically for irc.atl.chat
. You can run this project yourself with Docker or baremetal:
- Clone this repository
- Copy
default.yaml
toircd.yaml
and configure the server (see Ergo's docs) - Make sure to create a file called
ergo.motd
before starting the server docker compose up atlchat
ormake build
to create anergo
binary. See./ergo help
for more info.
Note: matterbridge
is in the compose file in case you want to configure it, this will not work out of the box.
- Jeremy Latt (2012-2014)
- Edmund Huber (2014-2015)
- Daniel Oaks (2016-present)
- Shivaram Lingamneni (2017-present)
- Many other contributors and friends of the project <3