ChannelRawModeArgs Properties

AdiIRC API v2

ChannelRawModeArgs Properties

The ChannelRawModeArgs type exposes the following members.

Properties
  NameDescription
Public propertyChannel
Returns the IChannel where the channel mode was changed
Public propertyEatData
Gets or sets the current event proccessing state
Public propertyMessageTags
Returns a list of IRCv3 tags found in the raw line
Public propertyModes
Returns the mode changes
Public propertyRawBytes
Returns the raw event message without decoding
Public propertyRawMessage
Returns the raw event message
Public propertyServerTime
Returns the time the event was recieved
Public propertyUser
Returns the IChannelUser who performed the channel mode change
Top
See Also