ChannelKickArgs Properties

AdiIRC API v2

ChannelKickArgs Properties

The ChannelKickArgs type exposes the following members.

Properties
  NameDescription
Public propertyByUser
Returns the IChannelUser who performed the kick
Public propertyChannel
Returns the IChannel where the kick occured
Public propertyEatData
Gets or sets the current event proccessing state
Public propertyKickedUser
Returns the IChannelUser which was kicked
Public propertyKickReason
Returns the kick reason, if any
Public propertyMessageTags
Returns a list of IRCv3 tags found in the raw line
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
Top
See Also