MessageKind:
| { type: "privmsg" }
| { type: "notice" }
| { command: string; type: "ctcp" }
| { type: "tagmsg" }
| { type: "join" }
| { type: "part" }
| { type: "quit" }
| { target: string; type: "kick" }
| { new_nick: string; type: "nick" }
| { type: "topic" }
| { type: "mode" }
Type Declaration
- { type: "privmsg" }
- { type: "notice" }
- { command: string; type: "ctcp" }
-
command: string
-
type: "ctcp"
- { type: "tagmsg" }
- { type: "join" }
- { type: "part" }
- { type: "quit" }
- { target: string; type: "kick" }
-
target: string
-
type: "kick"
- { new_nick: string; type: "nick" }
-
new_nick: string
-
type: "nick"
- { type: "topic" }
- { type: "mode" }
What kind of thing happened.