This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
I get the following error
Interface\AddOns\FuBar_WhipserFu\WhisperFu.lua:1100: Dewdrop-2.0: Bad argument #2 to Unregistered' (table or string expected, got boolean)
This is part of the update menu function
function WhisperFu:UpdateMenu()
dataChangedTime = GetTime()
-- Force a menu update.. is there a better way?
Dewdrop:Unregister(self:GetFrame())
-- UpdateMenu also indicates a need to update tooltip/display
self:UpdateDisplay()
end
Dewdrop:Unregister(self:GetFrame()) is where its having the error. ne1 wanna help shed some light? everything else works
(oh side note, edit the .toc file to get this to even load, deleted the loadondemand, and fubar depend. otherwise it won't load)
To fix for patch 3.1, if you have an LUA editor, just delete all of line 446 and make it....
local function WhisperFilter(_, event, msg, arg2)
...and problem fixed.
It seems that WhisperFU is supressing the names of all incomming whisperers from the 1st whisp they make. The 2nd, 3rd etc. whisp they make to me, they're names are back and watchable. This bug occurs in the normal window where all the other channels are like General Chat, Trade etc. if you have whispers enabled in any of those chat windows.
I think the change to the function for suppressing spam whispers got messed up. I'll play with it a bit later and see if I can get it working correctly.
Everything was fine yesterday after I installed the new version of Whisperfu and my chat came back and Whisperfu worked great.
Today I turn on the game and my chat is back to being gone. I have reinstalled the mod and removed the lua files associated with it and I am still having problems. Can other mods possibly interfere with Whisperfu? The only other mod I have updated today was Bigwigs and Cartographer.
I too would like to see this updated. It's fairly amazing and extremely simple. I didn't know how much I had relied on it in the last year and change until it now stopped working (well, technically the mod works but it disables chat window chats for some reason).
Please please please please fix this addon. As a guildleader of an active guild, i get a lot of tells - and this is my preferred addon for keeping track of them.
this addon caused my general chat window to cease to function. I had to remove it to restore the chat window functionality. please update as I love this addon... (-:
I get the following error
Interface\AddOns\FuBar_WhipserFu\WhisperFu.lua:1100: Dewdrop-2.0: Bad argument #2 to Unregistered' (table or string expected, got boolean)
This is part of the update menu function
function WhisperFu:UpdateMenu()
dataChangedTime = GetTime()
-- Force a menu update.. is there a better way?
Dewdrop:Unregister(self:GetFrame())
-- UpdateMenu also indicates a need to update tooltip/display
self:UpdateDisplay()
end
Dewdrop:Unregister(self:GetFrame()) is where its having the error. ne1 wanna help shed some light? everything else works
(oh side note, edit the .toc file to get this to even load, deleted the loadondemand, and fubar depend. otherwise it won't load)
local function WhisperFilter(_, event, msg, arg2)
...and problem fixed.
You can use Notepad, Notepad++, word pad, or any text editor to open it.
Do a search for "local function WhisperFilter(msg)" (will only find 1 result, at line 446)
delete this line and add in "local function WhisperFilter(_, event, msg, arg2) "
(both without the quotes)
This should fix it for patch 3.1 as stated.
Today I turn on the game and my chat is back to being gone. I have reinstalled the mod and removed the lua files associated with it and I am still having problems. Can other mods possibly interfere with Whisperfu? The only other mod I have updated today was Bigwigs and Cartographer.
Please?