Is there any way of making eggdrop run some commands on the unix box it's running on? I cannot use cron because I don't have permissions to it.
All it should do is run ./pisg about every one hour... So it would be nice to schedule it some how. If I could even run command directly from eggdrop would make things easier.
Try 'exec' for executing shell commands (it's a TCL command, so don't try ".exec" on the partyline, use ".tcl exec" or write a script). Search for PISG in the TCL archive.