no edit summary
(initial commit. trying to source the 1-per-minute 5-per-day comment, I know I saw a blue post it) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Complain about a specific [[chat]] message to the [[Game Master|Game Masters]]. | |||
ComplainChat(lineID) | ComplainChat(lineID) | ||
ComplainChat(author, [message]) | |||
== Arguments == | == Arguments == | ||
<!-- List each argument, together with its type --> | <!-- List each argument, together with its type --> | ||
:;lineID : | :;<number> lineID : This is the eleventh argument from CHAT_MSG [[Events (API)|events]]. | ||
:;<string> author : The name of the [[player]] to complain about. | |||
:;<string> message : The [[chat]] message to complain about. | |||
< | |||
: | |||
: | |||
:The | |||
: | == Notes == | ||
: Abusing the spam-reporting API will get it protected. [http://forums.worldofwarcraft.com/thread.html?topicId=63167579&sid=1&pageNo=25] | |||
: Complaining about a [[player]] squelches further communication from the target's [[account]] for the rest of the session. [http://forums.worldofwarcraft.com/thread.html?topicId=102905050] | |||
See | == See Also == | ||
: API [[API CanComplainChat|CanComplainChat]] | |||