I've got this now:
----------------------------------------------------------------------------
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 = $v1
if $findtok($v1,$network,34) { %a = $addtok(%a,$gettok(%b,1,44),44) }
inc %i
inc %count
}
%count = 0
join %a
}
}
----------------------------------------------------------------------------
I'm getting the same error as before (join insufficient parameters)
Help! smile
It doesn't join anything anymore.