message()
message(integer $type, string $destination, mixed $messagearray, integer $priority = SMARTIRC_MEDIUM) : boolean|\Net_SmartIRC
sends a new message
Sends a message to a channel or user.
Parameters
integer | $type | specifies the type, like QUERY/ACTION or CTCP see 'Message Types' |
string | $destination | can be a user or channel |
mixed | $messagearray | the message |
integer | $priority | the priority level of the message |