Skip to content
JR edited this page Mar 3, 2023 · 2 revisions

Introduction

dialect is an IRC parsing library. It takes strings read from an IRC server and parses them into useful IRCEvent structs. See the Anatomy of an IRC event wiki page for more information about how these structs look.

Connecting to and reading from servers is out of scope for this project, and you will need to supply your own client (or bot) framework for that.

Clone this wiki locally