]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
672e6f610b663d610b562a4fe7e457f68aec5a59
[quix0rs-gnu-social.git] / plugins / Irc / extlib / phergie / Phergie / Process / Statusnet.php
1 <?php\r
2 /**\r
3  * StatusNet - the distributed open-source microblogging tool\r
4  *\r
5  * This program is free software: you can redistribute it and/or modify\r
6  * it under the terms of the GNU Affero General Public License as published by\r
7  * the Free Software Foundation, either version 3 of the License, or\r
8  * (at your option) any later version.\r
9  *\r
10  * This program is distributed in the hope that it will be useful,\r
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13  * GNU Affero General Public License for more details.\r
14  *\r
15  * You should have received a copy of the GNU Affero General Public License\r
16  * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
17  *\r
18  * Extends the Async processor class (Phergie_Process_Async) to allow it to\r
19  * operate with the Statusnet driver\r
20  *\r
21  * @category  Phergie\r
22  * @package   Phergie_Process_Statusnet\r
23  * @author    Luke Fitzgerald <lw.fitzgerald@googlemail.com>\r
24  * @copyright 2010 StatusNet, Inc.\r
25  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0\r
26  * @link      http://status.net/\r
27  */\r
28 \r
29 class Phergie_Process_Statusnet extends Phergie_Process_Async {\r
30     public function __construct(Phergie_ExtendedBot $bot, array $options) {\r
31         $this->usec = 0;\r
32         Phergie_Process_Abstract::__construct($bot, $options);\r
33     }\r
34 }