View Single Post
07-31-05, 12:17 AM   #2
Lugh
A Defias Bandit
Join Date: Jul 2005
Posts: 2
Ok, I found a work a round.

function Test_OnLoad()
Chronos.scheduleByName("JoinTest", 60, JoinTest);
end

function JoinTest()
JoinChannelByName("Test");
ChatFrame_AddChannel(DEFAULT_CHAT_FRAME, "Test");
end

But I can't believe that such an easy problem does need a dependency of Chronos
  Reply With Quote