irc_dart library

IRC client library for Dart.

Supports:

  • Connect to IRC server with plain text or secured with TLS.
  • SASL authentication.
  • Automatic PING response.
  • Basic CTCP response. (CTCP VERSION / PING / TIME)

Classes

IrcClient
IRC Client
IrcConnection
IRC connection.
IrcMessage
IRC Message
IrcMessageSink
IrcParser
IrcUser
IRC user authorization

Enums

ParseState