Code:
raw 396:& LethPhaos.users.quakenet.org is now your hidden host:{
  var %i = 0,%a,%b
  while $readini($+(",$mircini,"),chanfolder,n $+ %i) {
    %b = $v1
    if $findtok(%b,$network,34) { %a = $addtok(%a,$gettok(%b,1,44),44) }
[color:blue]    if $numtok(%a,44) == 5 { join %a | var %a }[/color]
    inc %i
  }
[color:blue]  if %a { join %a }[/color]
}



PS sorry about the extra $gettok(), I was going to loadbuf the topic from mircini and use that data but decided to just use $readinii instead and forgot to change it :tongue: