C# (CSharp) IrcShark.Chatting.Irc.Listener Namespace

Classes

Name Description
ChannelListBeginEventArgs The ChannelListBeginEventArgs class is the EventArgs class for the ChannelListListener.ChannelListBegin event.
ChannelListEndEventArgs The ChannelListEndEventArgs class is the EventArgs class for the ChannelListListener.ChannelListEnd event.
ChannelListLine The ChannelListLine represents a line in a channel list as sent from an irc server.
ChannelListListener This listener allows you to listen for a channel list, requested by a LIST command.
InfoBeginEventArgs The InfoBeginEventArgs class is the EventArgs class for the InfoListener.InfoBegin event.
InfoEndEventArgs The InfoEndEventArgs class is the EventArgs class for the InfoListener.InfoEnd event.
InfoListener The InfoListener reads a complete info block from an IrcClient.
LinksBeginEventArgs The LinksBeginEventArgs class is the EventArgs class for the LinksListener.LinksBegin event.
LinksEndEventArgs The LinksEndEventArgs class is the EventArgs class for the LinksListener.LinksEnd event.
LinksListener This listener allows you to listen for a link reply.
MotdBeginEventArgs The MotdBeginEventArgs class is the EventArgs class for the MotdListener.MotdBegin event.
MotdEndEventArgs The MotdEndEventArgs class is the EventArgs class for the MotdListener.MotdEnd event.
MotdListener This listener allows you to listen for the server motd.
WhoBeginEventArgs The WhoBeginEventArgs class is the EventArgs class for the WhoListener.WhoBegin event.
WhoEndEventArgs The WhoEndEventArgs class is the EventArgs class for the WhoListener.WhoEnd event.
WhoLine The WhoLine represents a line in a who reply as sent from an irc server.
WhoListener This listener allows you to listen for a who reply.