From: Luke Fitzgerald Date: Fri, 9 Jul 2010 11:18:19 +0000 (-0700) Subject: Extended Async Processor to allow use of Statusnet driver X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=022e92ce5db9511938b6fc5ffca4a4ec87d551b7;p=quix0rs-gnu-social.git Extended Async Processor to allow use of Statusnet driver --- diff --git a/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php b/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php new file mode 100644 index 0000000000..cee2a6ffb6 --- /dev/null +++ b/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php @@ -0,0 +1,34 @@ +. + * + * Extends the Async processor class (Phergie_Process_Async) to allow it to + * operate with the Statusnet driver + * + * @category Phergie + * @package Phergie_Process_Statusnet + * @author Luke Fitzgerald usec = 0; + Phergie_Process_Abstract::__construct($bot, $options); + } +} \ No newline at end of file