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.
Loading
Please register or sign in to comment
socket instead of the broken sleep(1) on input previously used. This allows irc.js to run with MUCH lower CPU utilization.