Kingy Posted November 8, 2007 Share Posted November 8, 2007 I've just started up trying to create an IRC bot in php. So far it is going pretty well. Ive managed to get it to connect and work a few commands into it. One thing i am currently trying to do is get it to list channels, number of users in the channel, and current topic and then to output it in a table on a website I have a feeling it has something to do with.. fputs($connect,"LIST\n"); but then again im not so certain. Any help would be greatly appreicated. Cheers Kingy Quote Link to comment Share on other sites More sharing options...
derwert Posted November 8, 2007 Share Posted November 8, 2007 http://www.irchelp.org/irchelp/rfc/chapter4.html#c4_2_6 You will just need to parse the returned data to put it in a table. Quote Link to comment Share on other sites More sharing options...
Kingy Posted November 8, 2007 Author Share Posted November 8, 2007 i dont really understand.. would u be able to give me a little snippet of code or anything? Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.