send_raw

Name

send_raw -- Semds a raw message to the IRC server

Synopsis

void send_raw(string out);

Description

This will send out directly to the IRC server. Look into RFC 1459 (Appendix A) for guidance on what to send.

Example 3-1. Sending a raw message

$this->send_raw("PRIVMSG #wollabot :Hello - i'm sending a raw message");