I've been messing around with some TCL guides and manuals, but I'm still a bit in the beginner's area with this..
I got a eggdrop one a few channels - It's logging files down which I got pisg to read and handle every 10 minutes - However, while all this is automatic, I'm looking for a way for people to do !stats on a channel, where the bot would link them to the stats page - This in itself is easy enough to make, but I need it to be channel specific.
I got pisg creating for channel #Channel1, #Channel2 and #Channel3.
So what I'd like to have is so that if a person writes !stats in #Channel1, it posts a link for http://site.com/ircstats/Channel1.html, and if a guy in #Channel3 writes !stats, it will post a http://si../ircstats/Channel3.html there!
So yeah, that's my problem!