I had a question that I thought someone might be able to answer or point me in the right direction at least. I use Snitz 2000 and I have an IRC server as a chat room in my forums. I was wondering how I could write code to get a list of current users in the IRC channel and display it in my forums. Any ideas?
write an irc script to output all the IRC users to a text file, display the users on a web page...easy :)
this does depend on you being able to run an irc client on the same machine as your web server, other wise you'll need to set up a batch file to upload the text file every X mins