Skip to content
John Maguire edited this page Nov 16, 2020 · 5 revisions

Cardinal Wiki

This wiki provides documentation on developing Cardinal plugins, as well as its internal architecture.

Introduction

Cardinal is an IRC bot written in Python 3, utilizing the Twisted asynchronous framework. The primary design goal is to make adding new functionality easy.

Configuration & Usage

See the README for usage instructions.