Dear Santa,

For Christmas I would like an event that lets me monitor a file, or a set of files, for changes so that my script can re-initialize itself based on those changes. Like so:

Code:
On *:FILECHANGE:IgnoreFilters.txt: {
  var %file = $filename
  if (!$exists(%file)) { return }
  hfree -w IgnoreFilters
  while (...) { hadd ... }
}

ALIAS IgnoreFilters { run IgnoreFilters.txt }


Thank you, Santa!


Well. At least I won lunch.
Good philosophy, see good in bad, I like!