C# (CSharp) Squishy.Irc Namespace

Nested Namespaces

Squishy.Irc.Auth
Squishy.Irc.Commands
Squishy.Irc.Dcc
Squishy.Irc.Protocol

Classes

Name Description
BanEntry
Client A Client instance represents the connection to a server. It is working fully asynchronously and has a built-in excess flood protection. For configuring that protection, look into the ThrottledSendQueue class.
IrcChannel
IrcChatUtil
IrcClient Representing a fully working Irc connection class. Extend and override the sufficient OnEvent methods in order to customize it. The Dcc class offers sufficient events and commands for dealing with all Dcc matters.
IrcException
IrcNetworkInfo
IrcUser
ThrottledSendQueue
UnbanTimer Instances of this class represent a delayed unbanning, completely self-managed.
UserPrivSet
Util