btw when i was using ctmod, months ago, i really liked the feature that when ctrl+leftclick on a name in chat i /target that person. Maybe you could add something like that to vChat :)
Getting this error from the latest WAU rev 22022 :
"vChat-1.0\\Core.lua:564: AceHook-2.1: Attempt to hook secure method \"AddMessage\". Use `SecureHook' or add `true' to the argument list to override.\n<in C code>: ?\nAceEvent-2.0-21157 (vChat):226: in function `TriggerEvent'\nAceEvent-2.0-21157 (vChat):857: in function <...face\\AddOns\\vChat\\Libs\\AceEvent-2.0\\AceEvent-2.0.lua:850>\n\n ---"
btw when i was using ctmod, months ago, i really liked the feature that when ctrl+leftclick on a name in chat i /target that person. Maybe you could add something like that to vChat :)
"vChat-1.0\\Core.lua:564: AceHook-2.1: Attempt to hook secure method \"AddMessage\". Use `SecureHook' or add `true' to the argument list to override.\n<in C code>: ?\nAceEvent-2.0-21157 (vChat):226: in function `TriggerEvent'\nAceEvent-2.0-21157 (vChat):857: in function <...face\\AddOns\\vChat\\Libs\\AceEvent-2.0\\AceEvent-2.0.lua:850>\n\n ---"
The addon seems to work fine.
EDIT:
fixed it myself, just change line 564 in Core.lua
from "self:Hook(c, "AddMessage")
to "self:Hook(c, "AddMessage", true)"
HF ;)
It was fine until 2.2.3