Removes a previously set chat message filter. See ChatFrame_AddMessageEventFilter() for details about chat message filters.


See also Chat functions.

Signature:

ChatFrame_RemoveMessageEventFilter("event", filter)

Arguments:

  • event - CHAT_MSG_ Event from which to remove a filter (string)
  • filter - A filter function registered for the event (function)
This function is not a C API but a Lua function declared in Blizzard's default user interface. Its implementation can be viewed by extracting the addon data using the Addon Kit provided by Blizzard.
This function is defined by the default user interface in Lua. You can find the definition by examining the FrameXML code for the default UI,