Appearance
@mastondzn/dank-twitch-irc / IRCMessage
Class: IRCMessage
Defined in: src/message/irc/irc-message.ts:19
Extended by
ChannelIRCMessage
CapMessage
PingMessage
PongMessage
ReconnectMessage
GlobaluserstateMessage
NoticeMessage
WhisperMessage
Implements
Constructors
new IRCMessage()
new IRCMessage(
messageData
):IRCMessage
Defined in: src/message/irc/irc-message.ts:32
Parameters
messageData
Returns
Properties
ircCommand
readonly
ircCommand:string
Defined in: src/message/irc/irc-message.ts:28
The parser ensures this is always uppercase
Implementation of
ircParameters
readonly
ircParameters:string
[]
Defined in: src/message/irc/irc-message.ts:29
Implementation of
ircPrefix
readonly
ircPrefix:undefined
|IRCMessagePrefix
Defined in: src/message/irc/irc-message.ts:23
Implementation of
ircPrefixRaw
readonly
ircPrefixRaw:undefined
|string
Defined in: src/message/irc/irc-message.ts:22
Implementation of
ircTags
readonly
ircTags:IRCMessageTags
Defined in: src/message/irc/irc-message.ts:30
Implementation of
rawSource
readonly
rawSource:string
Defined in: src/message/irc/irc-message.ts:20