Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(upgraded deprecated template)
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
+
{{wowapi}} __NOTOC__
Seems to be straight forwards AddOrDelIgnore(PlayerName)
 
   
Like
 
   
  +
Adds or removes a player to/from the ignore list.
/script AddOrDelIgnore("Thundgot")
 
  +
AddOrDelIgnore("[[PlayerName|playerName]]")
   
  +
Player must be online for it to work alas.
 
  +
== Arguments ==
  +
:; playerName : String - The name of the player to add or remove
  +
  +
  +
== Returns ==
  +
:nil
  +
  +
  +
== Details ==
 
The player must be online for it to work.

Revision as of 18:59, 25 June 2007


Adds or removes a player to/from the ignore list.

AddOrDelIgnore("playerName")


Arguments

playerName
String - The name of the player to add or remove


Returns

nil


Details

The player must be online for it to work.