IgnoreMore
IgnoreMore will:
- Let you ignore more than 49 players
- Share the same ignore list between all players on the same realm (and faction).
- See when someone was ignored
- Give a reason for why the person is ignored
- NOT respond with "X is ignoring you" (unless the person was initially added to the system Ignore list before IgnoreMore was installed)
The "/ignore" command is also extended with a second parameter giving a reason directly, e.g.:
"/ignore Mikk : loudmouthed guy".
You can also double-click lines in your ignore list to edit these comments.
Maybe you're one of the annoying ones
================================================
if reason=="system" then
SysIgnoreList[name] = true;
orig_AddIgnore(name);
end
================================================
To add a system ignore, use "system" as a reason. Example:
/ignore RudeNoobDK:system
To delete a system ignore, use the normal call.
To check how many system ignores you have:
/script print(GetNumIgnores());
Besides the LFD tool, chat bubbles are still visible from people ignored with this add-on. After I disabled both say/group chat bubbles, the ignore person text was fully visible in normal chat again, even while being ignored.
To be able to workaround these issues, this add-on needs to stop overwriting the built in ignore and provide an alternative way of calling it.
Have 2 level of Ignore:
Soft - Which is the current functionality
Hard - Which put the person into the Blizzard database, limited to 50 hard slots.
That way ignores marked hard in IgnoreMore will work with Bliizard LFD tools and you don't end up queueing with a previously bad that you felt needed to be forgotten =D
I'm about to migrate to another machine and want to import that list.
thank you
best regards...
I.e. same as most everything else.
addon is "actively unmaintained". pity!
It's 4 comments below and starts with
-------------------------------------
Got it working again. Seems that wideEditBox does no longer exist.
I changed the code for creating the popup dialog as follows (IgnoreMore.lua):
-------------------------------------
Anyway, thanks for updating it. :-)