A HTML5 irc-client, made with websocket and websockify.
support for autojoin, privmsg channel, topic, join, userlist, part, nick.
upcoming support: mode, kick and quit.
you can only chat in the channel so far.
in 0.0.2 dunirc is a jQuery plugin, this is how you can use it:
$("#dunirc").dunirc();
with options:
$("#dunirc").dunirc({
server: "ws://localhost:8089",
nick: "dun2",
channel: "#test",
userlist: "userlist",
content: "content",
msg: ".msg",
topic: "topic",
scroll: true
});
- /join
- /nick
- /topic
- /connect
- /close
- /quit
- Tested mostly on a unrealircd server and a little on QuakeNet.
- Only tested on firefox 16.0.2 so far.
- Issues when changing nick or when a user change nick, to update the userlist.
You'll need websockify to proxy the websocket to tcp.