WoW API: AddIgnore

From AddOn Studio
Jump to navigation Jump to search

WoW API < AddIgnore

Adds a player to your ignore list.

AddIgnore(playerName);

Arguments
(String playerName)
playerName
The name of the player you would like to add to your ignore list

Returns
nil

Example
AddIgnore("alexyoshi");
Result

Description
Adds the specified playerName to your ignore list.
As tested in 3.1.3, the player being ignored does not need to be online for this command to work.