Pureless wrote:Tried that, puts them all back exactly where they were.
- Code: Select all
/run name, id = GetChannelName(1); SendChatMessage("/leave " .. name .. ", nil, nil);
/leave general
/leave trade
/leave world
/leave [all other channels]
GetChannelName(channelID) allows you to retrieve the name of the channel and SendChatMessage will do /leave [channelName]
Then join channels and see if you can now have a channel in ID 1.
I suggest turning off all addons for this so it doesn't try to join channels and use up ID 1.