I'm running my eggdrop bot on a Redhat machine, and the logs/eggdrop.log is only being written to every 5 minutes, making it rather annoying to debug new functions as I am writing them. Is there a way I can change this in the eggdrop bot or is it a redhat thing and it normally writes to the logfile instantly on other distros?
No it's actually normal on most operating systems that when you write data to a file, the data isn't really written until you flush it or close the file, unless the disk bufer fills up, then it's flushed automatically. You can use the quick-logs setting to have it flush the logs every minute instead of every 5 minutes. A better idea is to be on the partyline, because then you see putlogs instantly.
Yeah, I'm working on the partyline thing. We moved the bot to a new server and are having some firewall issues, so I can't DCC Chat with the bot right now. *sighs* And thank you for the tidbit to make it go once a minute instead of every 5.
Try telnet, or /ctcp bot chat if you're having firewall problems. Can't you at least ssh/telnet to the bot's computer and do telnet localhost yourport?