- Documentation: Bot commands
#countervandalism
on Libera.Chat- Mailing list (Subscribing before posting is required)
Found a bug? Please report it to our issue tracker.
The software is written in C# and originally created as a Visual Studio Project.
We use mono
to run the executable and msbuild
to build the executable.
Recommended installation methods:
- For Linux, install
mono-complete
from Debian, or latest from mono-project.com, - For Mac, install Visual Studio for Mac (enable Mono and .NET during installation).
- For Windows, install Visual Studio (enable Mono and .NET during installation).
For standalone command-line installations on Mac or Windows, see monodevelop.com.
Currently supported versions of Mono: 6.12
Once mono is installed, build the project. The below uses Debug, for local development. (See Installation for how to install it in production):
countervandalism/CVNBot:$ msbuild src/CVNBot.sln /p:Configuration=Debug
Once built, you can run it:
countervandalism/CVNBot/src/CVNBot/bin/Debug:$ mono CVNBot.exe
We use the Semantic Versioning guidelines as much as possible.
Releases will be numbered in the following format: <major>.<minor>.<patch>
For more information on SemVer, please visit https://semver.org/.
See LICENSE.