no hard feelings
i removed #chan thigs coz i want notice smile
but for start i only gave ECHO
Code:
 
alias iniread {
  ; Syntax: /iniread <section> <path\file>
  if (!$isfile($3-)) echo -ac info * File doesn't exist. $+($chr(40),$3-,$chr(41))
  elseif (!$ini($3-,$2)) echo -ac info * Section $+(,$2,) does not exist. $+($chr(40),$3-,$chr(41))
  else
  var %i = 1
  while ($ini($3-,$2,%i) != $null) {
    .echo -a $readini($3-,$2,$v1)
    inc %i
  }
}
 


and as stated above it wont work


IceCapped