Skip to content

List of message types

m42a edited this page Apr 10, 2012 · 4 revisions

plugins/received_messages.h

  • received_message

  • received_me_message

plugins/grinder_messages.h

  • register_replacer

  • replacer_ready

  • register_handler

  • handler_ready

plugins/userlist_messages.h

  • userlist_message

  • userlist_request

plugins/blocker_messages.h

  • block_message: A message requesting a particular IP be blocked

  • unblock_message: A message requesting a particular IP be unblocked

plugins/edict_messages.h

  • 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

core/core_messages.h

  • 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

core/required_messages.h

  • 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

core/message.h

  • empty_message: A placeholder message; it does nothing and should be ignored