Download
(5Kb)
Download
Updated: 01-19-12 07:54 PM
Pictures
File Info
Updated:01-19-12 07:54 PM
Created:unknown
Downloads:30,509
Favorites:224
MD5:

IgnoreMore  Popular! (More than 5000 hits)

Version: 1.1.1-40300
by: mikk [More]

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.

Post A Reply Comment Options
Unread 05-19-08, 10:12 AM  
Amitaya
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
This works perfectly! Thanks!!!
Report comment to moderator  
Reply With Quote
Unread 05-04-08, 04:58 PM  
Eargon
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by Amitaya
Thats why I'd like to have it optional... but it appears that this mod is dead :S
Or does someone know an alternative or have a link to an up-to-date-version?
i have no idea (yet) how to make it optional (never made a mod before), but i have been waiting for this feature for a long time myself.. so i decided to try implement it myself..

I am not the author of this addon, i dont give support, if you want to change this, its on your own risk.. it works for me tho :P
But incase someone wants it, here is what i changed in IgnoreMore.Lua:

added:
-------
function Respond(sender,msg_type)
local timeDiff=time()-lastTimeMsg;
if(timeDiff <=10) then return; end
if(msg_type=="CHAT_MSG_WHISPER") then
ChatThrottleLib:SendChatMessage("NORMAL", nil, " --- You are on my ignore list !!! --- ", "WHISPER", nil, sender);
DEFAULT_CHAT_FRAME:AddMessage(sender.." is being ignored and notified ("..timeDiff..")");
else
DEFAULT_CHAT_FRAME:AddMessage(sender.." is being ignored ("..timeDiff..")");
end
lastTimeMsg=time();
end
------

The respond function will send a whisper to the blocked person only if he sends you a msg via whisper (i used this mod for to long to remember how blizz handled originally blocked msg from trade channel for instance .. do you get a 'you are being ignored' then too?? )
It will notify yourself as well when someone is ignored (i added this for testing purpose) if you dont want that put a -- infront of the two lines starting with:
DEFAULT_CHAT_FRAME:AddMessage(



in function IgM_Init() added line after 'local realm = GetRealmName() .. "-" .. UnitFactionGroup("player");' :
-------
lastTimeMsg=time();
-------

added in top of file, after: 'local list; -- will be pointed to the relevant realm entry inside IgM_SV.list on init (if IgM is enabled)'
-------
local lastTimeMsg;
-------

changed all 3 chat_event funtions into:
-------
function ChatFrame_OnEvent(event)
if(list and strsub(event,1,9)=="CHAT_MSG_" and type(arg2)=="string" and arg2~="" and type(list[arg2])=="table") then
Respond(arg2,event);
return;
end
return orig_ChatFrame_OnEvent(event);
end

-- And Chatr: Chatr_Event
if(Chatr_Event) then
local orig_Chatr_Event = Chatr_Event;
function Chatr_Event()
if(list and strsub(event,1,9)=="CHAT_MSG_" and type(arg2)=="string" and arg2~="" and type(list[arg2])=="table") then
Respond(arg2,event);
return;
end
return orig_Chatr_Event(event);
end
end

-- And ForgottenChat: FC_OnEvent
if(FC_OnEvent) then
local orig_FC_OnEvent = FC_OnEvent;
function FC_OnEvent(event)
if(list and strsub(event,1,9)=="CHAT_MSG_" and type(arg2)=="string" and arg2~="" and type(list[arg2])=="table") then
Respond(arg2,event);
return;
end
return orig_FC_OnEvent(event);
end
end
-------
Report comment to moderator  
Reply With Quote
Unread 05-04-08, 02:02 PM  
Hbard
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I am pretty sure I have the up to date version, I am having issues with servers with really long or separate names. For instance, Khaz Modan will only register Khaz and therefore not register at all, while Thoriumbrotherhood will not either. This is one of my favorite mods, I could make a book with all the names on my list lol. I just find it frustrating when I cant ignore jerks in bgs under certain servers.
Report comment to moderator  
Reply With Quote
Unread 05-04-08, 07:33 AM  
Amitaya
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by mikk
Hardly dead. I just haven't been bothered to upload a version that changes a single character in the .toc when checking the "[x] Load out-of-date addons" box works fine


Then, could you pleeeeease implement the optional ignore-message?
Pretty please?
Report comment to moderator  
Reply With Quote
Unread 04-29-08, 07:38 AM  
mikk
A Deviate Faerie Dragon
 
mikk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 43
Uploads: 5
Originally posted by Amitaya
but it appears that this mod is dead :S
Or does someone know an alternative or have a link to an up-to-date-version?
Hardly dead. I just haven't been bothered to upload a version that changes a single character in the .toc when checking the "[x] Load out-of-date addons" box works fine
Report comment to moderator  
Reply With Quote
Unread 04-28-08, 11:13 PM  
Amitaya
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by Olison
Oh i frikkin love the fact that they don't know that they are "hard-ignored"
Because that will often cause a lot of drama etc, while their messages being discarded silently won't give them a reason to attack you
Thats why I'd like to have it optional... but it appears that this mod is dead :S
Or does someone know an alternative or have a link to an up-to-date-version?
Report comment to moderator  
Reply With Quote
Unread 04-19-08, 03:40 AM  
Olison
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 19
Uploads: 2
Originally posted by Amitaya
An option to let the ignored ones know that they're ignored is really important, as one keeps getting messages from strangers asking why one doesnt answer to this or that guy (wich is ignored, and doesn't know...).

Please please implement this. If you don't like it yourself, you could make it optional so everyone is satisfied
Oh i frikkin love the fact that they don't know that they are "hard-ignored"
Because that will often cause a lot of drama etc, while their messages being discarded silently won't give them a reason to attack you
Report comment to moderator  
Reply With Quote
Unread 03-21-08, 05:46 AM  
Amitaya
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
An option to let the ignored ones know that they're ignored is really important, as one keeps getting messages from strangers asking why one doesnt answer to this or that guy (wich is ignored, and doesn't know...).

Please please implement this. If you don't like it yourself, you could make it optional so everyone is satisfied
Report comment to moderator  
Reply With Quote
Unread 12-07-07, 06:00 AM  
Bel
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by Elkey
I would agree. I use to have a mod that did just that when you ignored someone you could specify the message it would send them when they attempted to whisper you (Had an option to enable / disable this).
*waves arms*

Please. This would be a great addition to what is already a God-send of a mod!

I derive at least as much satisfaction from people on my ignore list KNOWING that I'm ignoring them as I do from the act itself
Report comment to moderator  
Reply With Quote
Unread 11-17-07, 08:39 AM  
Lazpash
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: FriendMore?

Originally posted by Mordikaiin
I have this Mod it is Great it's added to my favs, but I am looking for a Mod that does the same as this but for your friends list.

Can you make it or point me in the right direction?

Thanks
I use both IgnoreMore and DiggKarma... and I think another mod is avail. that does similar, but forget the name. But DiggKarma allows you to put notes on both IGN and Friends so you can note why you IGN the asshat If that helps. I've seen no conflict in the past, but just DLed the update for IgnoreMore so...
Report comment to moderator  
Reply With Quote
Unread 11-17-07, 08:34 AM  
Lazpash
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Best Mod EVER

Why the dunderheads at Blizzard would think that no one would want to EVER permanantly Ignore more than 49 toons shows how innane they can be. And how clueless they are to actual play... "Gee, WHY would I want to PERMANENTLY ignore attn. whores who spam "Penis" (or place other stoopidity here) across a server... maybe for a WHILE, but in 20-30 years they MIGHT grow up and make viable competant players!" <rolleyes> Thank you, thank you, thank you!!!!!
Report comment to moderator  
Reply With Quote
Unread 10-01-07, 06:08 AM  
Elkey
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I would agree. I use to have a mod that did just that when you ignored someone you could specify the message it would send them when they attempted to whisper you (Had an option to enable / disable this). Adding that to this would make it the best mod ever as I want to be able to ignore more then 50 players but at the same time I want the people I am ignoring to know I am ignoring them.
Report comment to moderator  
Reply With Quote
Unread 09-16-07, 02:05 PM  
JuanPedroDeFrancia
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
This Add On is great.
Many thanks (from France) for this mod.

But, it could be perfect with the function : "get a message back to the Black Listed guys" !

If you could add it, it will be just perfect.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 09-12-07, 10:53 AM  
mikk
A Deviate Faerie Dragon
 
mikk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 43
Uploads: 5
Originally posted by Toni
Isn't that silly? I mean when someone's spamming/pissing me off, I love to know they'll receive this message I'm ignoring em, which will piss em rly bad. Can I turn it off?
Actually, there's nothing to turn off. It's the server doing the replying in the original blizzard implementation. But the servers are limited to 50 people in your ignore list, so IgnoreMore doesn't use the server at all. Hence no automatic server replies.

I could possibly ADD functionality to _whisper_ back "Hey, I'm ignoring you." But there's no way of presenting them with yellow system messages saying that "X is ignoring you."
Last edited by mikk : 09-12-07 at 10:53 AM.
Report comment to moderator  
Reply With Quote
Unread 09-11-07, 02:57 PM  
Toni
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by mikk
Correct. He does not get a message back.
Isn't that silly? I mean when someone's spamming/pissing me off, I love to know they'll receive this message I'm ignoring em, which will piss em rly bad. Can I turn it off?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.