| irc-message | base of all irc messages |
| rpl-welcome | logged in to server |
| ping | ping message |
| join | channel join |
| part | channel part |
| quit | quit from irc |
| privmsg | private message (to client or channel) |
| kick | kick from channel |
| rpl-names | list of participants in channel |
| rpl-nickname-in-use | chosen nick is in use by another client |
| notice | notice message |
| mode | mode change |
| unhandled | uninmplemented/unhandled message |
| irc-chat-end | sent to a chat when it has been detached from the client, the chat should stop after it receives this message. |
| irc-end | sent when the client isn't running anymore, the chat should stop after it receives this message. |
| irc-disconnected | sent to notify chats that connection was lost. |
| irc-connected | sent to notify chats that a connection with the irc server was established. |