WoW API: AddIgnore

Revision as of 13:06, 19 July 2009 by WoWWiki>DrDoom (Updated detail with new info)

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.