X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fimmanager.php;h=9563a53262d786cb2dc1ff3b56d59db5feb643ea;hb=b24d711f552854d88f2df2120672bdaf173335fc;hp=da80b74b7f71b3311dacd0171a04a76c257976ee;hpb=ae696728f5edf8972c68c17ce9ea21f07d44cbed;p=quix0rs-gnu-social.git diff --git a/lib/immanager.php b/lib/immanager.php index da80b74b7f..9563a53262 100644 --- a/lib/immanager.php +++ b/lib/immanager.php @@ -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 */