Hey zanthor,

Haven't seen you around in a while....

I do delay the chat channel "grabbing". You're the first to complain about Jamba grabbing the defaults.

Two things might have happened; a) recent patch changed things and now the code does not work as intended; b) your setup is different to most (more lag?) - not sure what.

However, you can increase the delay yourself:

Edit Jamba\JambaCommunications.lua

Goto around line 419 and find this block of code:

PHP Code:
function AJM:OnEnable()
    -- 
Wait for some seconds before initialising the team online channel.
    -- 
This lets the defaults channels get the usual channel numbers (i.eTrade is /2).
    
AJM:ScheduleTimer"InitialiseTeamOnlineChannel"10 )
end 
Keep changing the 10 in the ScheduleTimer command to a bigger number until the problem goes away.

Let me know how you get on...