]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Change ircmanager to not use unnecessary class
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Sun, 25 Jul 2010 03:03:16 +0000 (20:03 -0700)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Sun, 25 Jul 2010 03:03:16 +0000 (20:03 -0700)
plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php [deleted file]

diff --git a/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php b/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
deleted file mode 100644 (file)
index 9369c2c..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php\r
-/**\r
- * StatusNet - the distributed open-source microblogging tool\r
- *\r
- * This program is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU Affero General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU Affero General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Affero General Public License\r
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
- *\r
- * Extends the Async processor class (Phergie_Process_Async) to allow it to\r
- * operate with the Statusnet driver\r
- *\r
- * @category  Phergie\r
- * @package   Phergie_Process_Statusnet\r
- * @author    Luke Fitzgerald <lw.fitzgerald@googlemail.com>\r
- * @copyright 2010 StatusNet, Inc.\r
- * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0\r
- * @link      http://status.net/\r
- */\r
-\r
-class Phergie_Process_Statusnet extends Phergie_Process_Async {\r
-    public function __construct(Phergie_StatusnetBot $bot, array $options) {\r
-        $this->usec = 0;\r
-        Phergie_Process_Abstract::__construct($bot, $options);\r
-    }\r
-}
\ No newline at end of file