I totally agree with reading a file everytime
someone types, notice the part where I said ...

"I agree with this suggestion.
But until we get it, IF we get it, I use this .."


But to cut down on accessing the file if
you're all that worried about it you could ..

Code:
alias theme {
  if (%mirc.theme != $null) return %mirc.theme
  set -u30 %mirc.theme $readini($mircini,text,theme)
  return %mirc.theme
}


That would read from the file only every 30 secs max.

Note: Again, this is just a temporary solution
for a feature that I too hope will be added.

Last edited by EVH; 31/10/03 03:18 PM.