dunirc icon indicating copy to clipboard operation
dunirc copied to clipboard

A HTML5 irc-client, made with websocket and websockify

Results 3 dunirc issues
Sort by recently updated
recently updated
newest added

Hello, First of all thank you for this nice script, i got it working using websockify.js ( node.js version located in folder other/js ) on windows! I noticed message wasnt...

This fix my 2 previous issues... Code: http://pastebin.com/kV82GYZe This fix all issues i found. - Fixed not joining channel properly. - Fixed Get userlist after joining - Add user to...

Hello there is an issue in the function mejoin(e) Sometimes the lenght of: var newmsg = e.split("\r\n:"); Is not above 1 and therefore trying to do newmsg = newmsg[1].split(" ");...