Subj : CVS commit exec/irc.js To : All From : deuce Date : Fri Aug 05 2005 03:44 pm exec irc.js 1.14 1.15 Update of /cvsroot/sbbs/exec In directory cvs.synchro.net:/tmp/cvs-serv16326 Modified Files: irc.js Log Message: Use socket_select() to allow waiting on bith the IRC socket and the client socket instead of the broken sleep(1) on input previously used. This allows irc.js to run with MUCH lower CPU utilization. .