-
Notifications
You must be signed in to change notification settings - Fork 0
List of message types
-
received_message
-
received_me_message
-
register_replacer
-
replacer_ready
-
register_handler
-
handler_ready
-
userlist_message
-
userlist_request
-
block_message: A message requesting a particular IP be blocked
-
unblock_message: A message requesting a particular IP be unblocked
-
raw_edict_message: A message containing the text that the user typed, converted to a
QString
-
edict_message
-
me_edict_message
-
display_message
-
me_display_message
-
information_display_message
-
plugin_adder: A message to the core to load a plugin
-
targeted_message: A message that is sent directly to another pugin instead of routed by the core
-
core_quit_message: A message handled by the core that indicates that it should shut down
-
shutdown_message: A message indicating that your plugin should shut down; please respond to these promptly
-
registration_status: A message indicating whether your registration was successful or not
-
registration_message: A message to the core requesting that your plugin be registered for a particular message type
- empty_message: A placeholder message; it does nothing and should be ignored