CIRCServer.onRawData Member
onRawData begins shaping the event by parsing the IRC message at it's simplest level. After onRawData, the event will have the following properties: name value
Syntax
object.onRawData(e);
Arguments
Argument | Summary |
---|---|
e |
Returns
Remarks
set............"server"
type..........."parsedata"
destMethod....."onParsedData"
destObject.....server (this)
server.........server (this)
connection.....CBSConnection (this.connection)
source.........the <prefix> of the message (if it exists)
user...........user object initialized with data from the message <prefix> params.........array containing the parameters of the message code...........the first parameter (most messages have this)
See Section 2.3.1 of RFC 1459 for details on <prefix>, <middle> and <trailing> tokens.