Events

ChatChat triggers a few events. You can find a list with all the events on this page.

ChatChatEvent

The event is fired whenever a public chat message is being processed and about to be sent.

PMSendEvent

The event is fired when a private message is being processed and about to be sent.

ChannelMentionEvent

The event is fired when a user is mentioned in a public message using a channel mention such as: @here, @everyone, @channel

PersonalMentionEvent

The event is fired when a user is mentioned in a public message using a direct mention such as: @BlitzOffline

MentionEvent

The event is fired whenever a user is mentioned in a public message thru a channel mention or a direct mention.

Example

Example of a class listening to the ChatChatEvent and canceling it if the sender's name is BlitzOffline.

Last updated

Was this helpful?