See: Description
Class | Description |
---|---|
MonitoredNickListEvent |
Fires when the server sends the full list of tracked nicknames for the
MONITOR feature.
|
MonitoredNickListFullEvent |
Fires when a MONITOR target addition command is rejected.
|
MonitoredNickOfflineEvent |
A nick tracked by MONITOR is now offline!
|
MonitoredNickOnlineEvent |
A nick tracked by MONITOR is now online!
|
PrivateCtcpQueryEvent |
The client has received a CTCP message! There are a few (FINGER, PING,
TIME, VERSION) queries which have a default reply message.
|
PrivateCtcpReplyEvent |
The client has received a reply to a CTCP query! The method
ActorMessageEventBase.getMessage() returns the unescaped message with the delimiter
removed. |
PrivateMessageEvent |
Fires when a message is sent to the client.
|
PrivateNoticeEvent |
Fires when a notice is sent to the client.
|
PrivateTagMessageEvent |
Fires when a tag message is sent to the client.
|
ServerNoticeEvent |
Fires when a notice is sent to the client.
|
UserAccountStatusEvent |
A
User has changed account status, either signing into one or
signing out of one. |
UserAwayMessageEvent |
A
User has changed away status, informed via AWAY message. |
UserHostnameChangeEvent |
A
User has changed hostname. |
UserModeEvent |
User a la mode.
|
UserNickChangeEvent |
A
User has changed nickname! |
UserQuitEvent |
A
User has quit the server! |
UserRealnameChangeEvent |
A
User has changed realname. |
UserUserStringChangeEvent |
A
User has changed user string. |
WallopsEvent |
A WALLOPS message has been received.
|
WhoisEvent |
The server has sent WHOIS data on a user.
|
Copyright © 2013–2021 Kitteh. All rights reserved.