1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

timwolla.wcf.chat -> be.bastelstu.wcf.chat

This commit is contained in:
Tim Düsterhus 2012-06-04 21:43:03 +02:00
parent 9755242683
commit 42ad9e7164
16 changed files with 16 additions and 16 deletions

View File

@ -8,7 +8,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command * @subpackage system.chat.command
*/ */
abstract class AbstractCommand implements ICommand { abstract class AbstractCommand implements ICommand {

View File

@ -8,7 +8,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command * @subpackage system.chat.command
*/ */
abstract class AbstractRestrictedCommand extends AbstractCommand implements IRestrictedCommand { abstract class AbstractRestrictedCommand extends AbstractCommand implements IRestrictedCommand {

View File

@ -8,7 +8,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command * @subpackage system.chat.command
*/ */
final class CommandHandler { final class CommandHandler {

View File

@ -7,7 +7,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command * @subpackage system.chat.command
*/ */
interface ICommand { interface ICommand {

View File

@ -7,7 +7,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command * @subpackage system.chat.command
*/ */
interface IRestrictedCommand { interface IRestrictedCommand {

View File

@ -7,7 +7,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command * @subpackage system.chat.command
*/ */
class NotFoundException extends \Exception { } class NotFoundException extends \Exception { }

View File

@ -7,7 +7,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command * @subpackage system.chat.command
*/ */
class UserNotFoundException extends \Exception { class UserNotFoundException extends \Exception {

View File

@ -8,7 +8,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Away extends \wcf\system\chat\command\AbstractCommand { class Away extends \wcf\system\chat\command\AbstractCommand {

View File

@ -8,7 +8,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Color extends \wcf\system\chat\command\AbstractCommand { class Color extends \wcf\system\chat\command\AbstractCommand {

View File

@ -7,7 +7,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Free extends Me { class Free extends Me {

View File

@ -11,7 +11,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Info extends \wcf\system\chat\command\AbstractCommand { class Info extends \wcf\system\chat\command\AbstractCommand {

View File

@ -8,7 +8,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Me extends \wcf\system\chat\command\AbstractCommand { class Me extends \wcf\system\chat\command\AbstractCommand {

View File

@ -7,7 +7,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Plain extends \wcf\system\chat\command\AbstractCommand { class Plain extends \wcf\system\chat\command\AbstractCommand {

View File

@ -9,7 +9,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Restore extends \wcf\system\chat\command\AbstractRestrictedCommand { class Restore extends \wcf\system\chat\command\AbstractRestrictedCommand {

View File

@ -9,7 +9,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Temproom extends \wcf\system\chat\command\AbstractRestrictedCommand { class Temproom extends \wcf\system\chat\command\AbstractRestrictedCommand {

View File

@ -7,7 +7,7 @@
* @author Tim Düsterhus * @author Tim Düsterhus
* @copyright 2010-2012 Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode> * @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat * @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands * @subpackage system.chat.command.commands
*/ */
class Where extends \wcf\system\chat\command\AbstractCommand { class Where extends \wcf\system\chat\command\AbstractCommand {