ScottHamper / chatsuey

A collection of small chat enhancement addons for vanilla World of Warcraft (WoW 1.12)
The Unlicense
15 stars 5 forks source link

Lua error in WebLinks modul #8

Closed Nihlo closed 2 years ago

Nihlo commented 6 years ago

Hey, thanks a lot for your addons. Get a small error on login though

ScottHamper commented 2 years ago

Closing this issue since it's been nearly five years... Sorry about that!

This error would have been caused by calling the AddMessage function on a chat frame without passing in a text parameter. ChatSuey never calls the AddMessage function itself (sort of - technically it proxies calls to AddMessage, but it never initiates a call), and I'm not aware of any situation where the WoW client would call it without a text parameter. My guess is that another addon was doing something weird.