Skip to content
Seth Hendrick edited this page Jul 25, 2020 · 3 revisions

Welcome to the Chaskis wiki!

Overview

Chaskis is an IRC bot framework written in C#. Its goal is to make writing IRC bots easy to do. With its simple XML configuration and plugin architecture, I hope that it is easy for people to deploy and start using out-of-the box.

Supported Platforms:

Chaskis Plugins and Chaskis Core targets .NET Standard 2.0. This means that your version of .NET must implement .NET Standard 2.0 to use the Chaskis Core library. Chaskis.exe and Chaskis.Service.exe both target dotnet core 3.1.

Chaskis is supported for Windows or Linux. Mac OS should, in theory, work as well (I don't have a Mac, so I can't test it).

Clone this wiki locally