IRC.NET


IrcChannelUser

Defined in IrcDotNet.dll.
Represents an IRC user that exists on a specific channel on a specific IrcClient.

Instance members

Instance memberDescription
Channel()
Signature: unit -> unit
Gets or sets the channel.
Modes
Signature: ReadOnlySet<char>
A read-only collection of the channel modes the user currently has.
ModesChanged
Signature: IEvent<EventHandler<EventArgs>,EventArgs>
Occurs when the channel modes of the user have changed.
PropertyChanged
Signature: IEvent<PropertyChangedEventHandler,PropertyChangedEventArgs>
Modifiers: abstract
Occurs when a property value changes.
User
Signature: IrcUser
Gets the IrcUser that is represented by the IrcChannelUser.
Fork me on GitHub