Skip to content
MSN

Too many channels

A TG007 community discussion started by Gazzy.

Discussion 10 posts
Page 1 of 1
Open
Topic #6121 · 10 published posts · 1,107 views

Hi!, need a bit of help.. i keep getting this error

 

:TK2CHATCHATG14 405 fatherted %#G_teenzonline :You have joined too many channels.

 

thats if i join 1 channel on 1 groups chan server and try to join another on the same server but if i join a channel on a different chan server it joins any ideas?

Looks to me as if MSN only allows one channel per connection.

"If you don't risk anything you risk even more." - Erica Jong

Really? that kinda ruins my new conn then lol

it is an error in mirc if u halted it u can join many rooms as u wanna

add this to ur msn (207.68.167.253) sockread

 

if ($2 == 405) { return }

yea, you are only allowed 1 channel per connection. If you wanted to keep it as 1 status window, a quick fix would be to make multiple connections, and route it just to the 1 mIRC connection. Have the connection names as something like con. $+ <room without the %> $+ . $+ <passport for room>

 

And then you could run checks so that the same passport doesn't attempt to join the same room. This is the only way you could do it for single status connections. For multiple status, they already use seperate sockets anyways.

I wanted it so you wouldnt have to open a socket everytime you wanna join a room an it just does JOIN on the right socket, thanks for the info :)

Hi!, need a bit of help.. i keep getting this error

thats if i join 1 channel on 1 groups chan server and try to join another on the same server but if i join a channel on a different chan server it joins any ideas?

gazzy dunno why u cant my con can join as many as it likes all on the 1 chan i can be in my room nd join another 1 in same mirc so dunno why urs wont

Are you using groups?

night, i think he was refering to a custom connection, or a connection he made himself. Public released connections like Vincula and NuClear cater for multiple rooms.

Yea i was referring to my own, i can get it to join multiple rooms if i open a socket obviously to each room but thats slower thats why i tried this way