part: 'part', join: 'join', action: 'action', ctcp: 'ctcp',\r
ctcpRequest: 'ctcpRequest', ctcpResponse: 'ctcpResponse',\r
notice: 'notice', msg: 'privmsg', changeNick: 'changeNick',\r
- channelInfo: 'channelInfo', mode: 'mode', wallops: 'wallops'\r
+ channelInfo: 'channelInfo', mode: 'mode'\r
};\r
\r
// Proxy each gateway method\r
this.ctcp(connection_id, false, type, target, params, callback);\r
};\r
\r
-\r
/**\r
* @param {String} target The target of the message (e.g. a channel or nick)\r
* @param {String} msg The message to send\r
\r
this.rpcCall('irc.encoding', connection_id, args, callback);\r
};\r
- \r
+\r
\r
return new (Backbone.Model.extend(this))(arguments);\r
};\r