From 022e92ce5db9511938b6fc5ffca4a4ec87d551b7 Mon Sep 17 00:00:00 2001 From: Luke Fitzgerald Date: Fri, 9 Jul 2010 04:18:19 -0700 Subject: Extended Async Processor to allow use of Statusnet driver --- .../extlib/phergie/Phergie/Process/Statusnet.php | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php (limited to 'plugins/Irc/extlib/phergie') 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 000000000..cee2a6ffb --- /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 -- cgit v1.2.3-54-g00ecf