-
Notifications
You must be signed in to change notification settings - Fork 15
Events
Fired when the client is connected to the server.
Fired when a batch is started.
Fired when a batch is ended.
Fired when a message is sent to someone else.
Fired when a netsplit occurs.
Fired after a netsplit is converged.
Fired when somebody quits IRC or parts a channel.
Fired when the client has successfully connected to the network.
TODO
Fired when the client becomes a server operator.
Fired when the server replies to a version command.
Fired when a line is received from the server.
Fired when a user comes online, part of the IRCv3.2 monitor extension.
Fired when a user goes offline, part of the IRCv3.2 monitor extension.
Fired when the client receives a list of who they are monitoring, part of the IRCv3.2 monitor extension.
Fired when a user changes hosts on the server, happens with services and vhosts.
Fired when a message is received in any way.
Fired when the client receives a notice.
Fired when another user joins a channel that we are in.
Fired when we try to change nicks, but the target nick is in use.
Fired when the client joins a channel.
Fired when another user parts a channel that we are in.
Fired when the client parts a channel.
Fired when a user quits the server.
Fired when the client disconnects from the server.
Fired when an error occurs in the client or server.
Fired when the mode changes of either a user or a channel.
Fired when a line is sent to the server.
Fired when the topic is received, or is changed in a channel.
Fired when the server capabilities message is received from the server.
Fired when the client acknowledges server capabilities.
Fired when the client does not acknowledge server capabilities
Fired when a user turns on away mode.
Fired when a whowas message is received from the server.
Fired when the client's, or another user's nick changes.
Fired when a user logs in, part of the IRCv3.1 account-notify extension.
Fired when a user logs out, part of the IRCv3.1 account-notify extension.
Fired when the WHOIS query results are received.
Fired when the client sends the pong response to the server.
Fired when a user performs an action.
Fired when a user is kicked from a channel.
Fired when a user sends a CTCP.
Fired when the MOTD is completely received.
Fired when the server sends the ISUPPORT information.
Fired when the client is invited to a channel.
Fired when a user is invited to a channel.