View Single Post
12-08-14, 03:09 PM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by rocnroll View Post
I cannot get the addon to join the General channel for some reason. Even if I do a reload which should trigger the PLAYER_ENTERING_WORLD event.
Run this:
Code:
/run hooksecurefunc("JoinChannelByName", function(...) print("JoinChannelByName:", ...) end)
Then join the channel manually by some method you know works, and see what's actually passed to the function. If nothing gets printed, you're using the wrong function.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote