WoW:API AddIgnore

From AddOn Studio
Revision as of 15:26, 4 January 2006 by WoWWiki>Anticrash
Jump to navigation Jump to search
AddIgnore -Documentation by AlexanderYoshi-

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.
The player being ignored needs to be online for this command to work.

Template:WoW API