enqueue_outgoing_raw -> enqueueOutgoingRaw

This commit is contained in:
Craig Andrews
2010-08-31 00:05:03 -04:00
parent b05ab5fc85
commit e7a026091c
6 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
* 2) override handleInput() with what to do when data is waiting on
* one of the sockets
* 3) override idle($timeout) to do keepalives (if necessary)
* 4) implement send_raw_message() to send raw data that ImPlugin::enqueue_outgoing_raw
* 4) implement send_raw_message() to send raw data that ImPlugin::enqueueOutgoingRaw
* enqueued
*/