RawServerEventReceivedArgs Properties

AdiIRC API v2

RawServerEventReceivedArgs Properties

The RawServerEventReceivedArgs type exposes the following members.

Properties
  NameDescription
Public propertyEatData
Gets or sets the current event proccessing state
Public propertyMessage
The raw message
Public propertyMessageTags
Returns a list of IRCv3 tags found in the raw line
Public propertyNumeric
The raw numeric received
Public propertyRawBytes
Returns the raw event message without decoding
Public propertyRawMessage
Returns the raw event message
Public propertyServer
The IServer where the event occured
Public propertyServerTime
Returns the time the event was recieved
Top
See Also