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 Link to comment https://forums.phpfreaks.com/topic/76474-irc-and-php/ 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. Link to comment https://forums.phpfreaks.com/topic/76474-irc-and-php/#findComment-387353 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 Link to comment https://forums.phpfreaks.com/topic/76474-irc-and-php/#findComment-387355 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.