Skip to content

@mastondzn/dank-twitch-irc / commandClassMap

Variable: commandClassMap

const commandClassMap: Object

Index signature

[key: string & Record<never, never>]: typeof IRCMessage

Type declaration

CAP

CAP: typeof CapMessage

CLEARCHAT

CLEARCHAT: typeof ClearchatMessage

CLEARMSG

CLEARMSG: typeof ClearmsgMessage

GLOBALUSERSTATE

GLOBALUSERSTATE: typeof GlobaluserstateMessage

HOSTTARGET

HOSTTARGET: typeof HosttargetMessage

JOIN

JOIN: typeof JoinMessage

NOTICE

NOTICE: typeof NoticeMessage

PART

PART: typeof PartMessage

PING

PING: typeof PingMessage

PONG

PONG: typeof PongMessage

PRIVMSG

PRIVMSG: typeof PrivmsgMessage

RECONNECT

RECONNECT: typeof ReconnectMessage

ROOMSTATE

ROOMSTATE: typeof RoomstateMessage

USERNOTICE

USERNOTICE: typeof UsernoticeMessage

USERSTATE

USERSTATE: typeof UserstateMessage

WHISPER

WHISPER: typeof WhisperMessage

Source

src/message/parser/twitch-message.ts:20