PrivMsg

data class PrivMsg(val channel: String, val tags: Map<String, String>, val userId: String, val userLogin: String, val displayName: String, val message: String) : IrcMessage

A standard chat message (PRIVMSG).

Constructors

Link copied to clipboard
constructor(channel: String, tags: Map<String, String>, userId: String, userLogin: String, displayName: String, message: String)

Properties

Link copied to clipboard
open override val channel: String

Channel name without the # prefix.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val tags: Map<String, String>

Raw IRCv3 tags for direct access when typed fields are insufficient.

Link copied to clipboard
Link copied to clipboard