-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JR edited this page Mar 3, 2023
·
2 revisions
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.