Manages callbacks that are connected to modified chat messages being sent.
These callbacks are triggered by the chat ranks system of the add-on, if the chat ranks system is disabled these callbacks will never fire.
Note: If the modified chat message send event is cancelled from a subscription to Events.andexdb.afterEvents.modifiedChatMessageSend, this event will not fire.
Static
The callbacks that will be called when new modified chat messages are sent.
The callback to add.
The callback that was added.
Adds a callback that will be called when new modified chat messages are sent.
This function can be called in read-only mode.
This function can be called in early-execution mode.
The callback to remove.
Removes a callback from being called when new modified chat messages are sent.
This function can't be called in read-only mode.
Manages callbacks that are connected to modified chat messages being sent.
These callbacks are triggered by the chat ranks system of the add-on, if the chat ranks system is disabled these callbacks will never fire.
Note: If the modified chat message send event is cancelled from a subscription to Events.andexdb.afterEvents.modifiedChatMessageSend, this event will not fire.