In fact, this is code I got in the previous thread I spoke about in first post of this thread, srry if I'm askinf noob questions but this is in fact a bit above my skill.
Srry :s

EDIT:
Still only joining nine of thirteen, please help me out someone.

EDIT2:
Added %a = 0, but now mirc crashes in some way smile

EDIT3:
Code now looks like:
------------------------------------------------------------------------------
raw 396:& LethPhaos.users.quakenet.org is now your hidden host:{
var %i = 0,%a,%b
var %count = 0
while ( $readini($+(",$mircini,"),chanfolder,n $+ %i) ) {
while ( %count < 5 ) {
%b = $readini($+(",$mircini,"),chanfolder,n $+ %i)
if $findtok($readini($+(",$mircini,"),chanfolder,n $+ %i),$network,34) { %a = $addtok(%a,$gettok(%b,1,44),44) }
inc %i
inc %count
}
join %a
%a = 0
%count = 0
}
}
------------------------------------------------------------------------------
Joins some channels, leaves them , joins some other channels, leaves them again, stops with 2 channels joined, which are NOT the last ones in the favorites.

Going to watch a movei, chacking back later this evening.

Thanx for any help !!!

Last edited by LethPhaos; 26/01/05 07:59 PM.