Searched defs:PRIVMSG (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dirc.js37 sendCommand(commands.PRIVMSG, [recipient], message);
76 // Process PRIVMSG.
77 if (parsed.command == commands.PRIVMSG) {
133 PRIVMSG: "PRIVMSG",

Completed in 139 milliseconds