well, something like the topic states.. like, the moment i create a file, the eggdrop will *do something*, like getting the file content and posting it somewhere, then deleting it and wait for another creation.
can this be done or do i have to bind the *proc of checking file exists* to each minute? :\
hmm, ok.. so, i'll put a timer that checks if a file exist every 30 seconds or so.. don't you think that'll use lots of memory? :\
i'm trying to find the most accurate and less-memory-used proc..
could you give your opinion pls
is timers the best?
nope, just a specific file, one only, in one dir as well..
i was thinking about sending the info to a mysql table & then tell bot to grab it, but that's other issue..
so, just to check if, for ex "somefile.txt" exists in curr dir, is the best method to use timers?