Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Adds a player to your ignore list.

added = C_FriendList.AddIgnore(name)

Arguments[]

name
string - the name of the player you would like to ignore.

Returns[]

added
boolean - whether the player was succesfully added to your ignore list. This seems to only return false when trying to ignore someone who is already being ignored, otherwise true.

Details[]

  • You can have a maximum of 50 people on your ignore list at the same time.
  • The player being ignored does not need to be online for this to work.
  • Calling this function when a player is already ignored, removes the ignore.

Patch changes[]

Battle for Azeroth Patch 8.1.0 (2018-12-11): Moved into C_FriendList. The former alias AddIgnore is deprecated and will be removed in the following expansion.

Advertisement