Searched refs:IRCConnection (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dirc.js2 * IRCConnection is a simple implementation of the IRC protocol. A small
3 * subset of the IRC commands are implemented. To be functional, IRCConnection
5 * -Passing in |sendFunc| and |closeFunc| which an IRCConnection to use to send
8 * to the transport so that the IRCConnection can respond to the connection
15 function IRCConnection(server, port, nick, sendFunc, closeFunc) { class

Completed in 61 milliseconds