I am very new to eggdrop but I have my bot working well.
I am running a web based client on my forums for users to login to the IRC room so they don't need to know anything about IRC.
However, since it is not part of the forums it is not integrated.
I would like to see if there is a way for the eggdrop to perform a /who on a channel (or any command to accomplish this) that will then output the results to a file that I can then use PHP read the file and show people if anyone is in the room so they don't need to pop in just to see if anyone is there.
I tried a .who #channel in the partyline and it doesn't appear to work.
In my head, I would like to have a small script that every 2 minutes checks the channel and outputs who is in there and writes (overwrites) a static file. I think putlog would work if I can overwrite the same log file each time.
Is this possible with an eggdrop or will I need to find another way to do this on my server (a client that I can maybe cron a command piped to a file).
My goal is simply to let people know if anyone is online or not. Seems simple enough.

Any thoughts on this would be great.
cheers and thanks in advance!
