Namespace GravyIrc
Classes
Channel
Represents an IRC channel with its users and messages.
ChannelCollection
An observable collection that represents all channels we joined
ChannelUser
Represents a user in a specific channel
ChatMessage
Represents a chat message
EventHub
Hub for all events on IRC client that can be subscribed to
IrcClient
The NetIRC IRC client
IrcMessageEventArgs<T>
IrcPrefix
ParsedIrcMessage
Represents a parsed IRC message, providing information about it
Query
Represents a query (private chat).
QueryCollection
An observable collection that represents all queries the client has
User
Represents an IRC user. Implements INotifyPropertyChanged
UserCollection
An observable collection that represents all users the client knows about