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
* @copyright 2010-2012 Tim Düsterhus
* @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
*/
abstract class AbstractCommand implements ICommand {

View File

@ -8,7 +8,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command
*/
abstract class AbstractRestrictedCommand extends AbstractCommand implements IRestrictedCommand {

View File

@ -8,7 +8,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command
*/
final class CommandHandler {

View File

@ -7,7 +7,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command
*/
interface ICommand {

View File

@ -7,7 +7,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command
*/
interface IRestrictedCommand {

View File

@ -7,7 +7,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command
*/
class NotFoundException extends \Exception { }

View File

@ -7,7 +7,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command
*/
class UserNotFoundException extends \Exception {

View File

@ -8,7 +8,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Away extends \wcf\system\chat\command\AbstractCommand {

View File

@ -8,7 +8,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Color extends \wcf\system\chat\command\AbstractCommand {

View File

@ -7,7 +7,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Free extends Me {

View File

@ -11,7 +11,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Info extends \wcf\system\chat\command\AbstractCommand {

View File

@ -8,7 +8,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Me extends \wcf\system\chat\command\AbstractCommand {

View File

@ -7,7 +7,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Plain extends \wcf\system\chat\command\AbstractCommand {

View File

@ -9,7 +9,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Restore extends \wcf\system\chat\command\AbstractRestrictedCommand {

View File

@ -9,7 +9,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Temproom extends \wcf\system\chat\command\AbstractRestrictedCommand {

View File

@ -7,7 +7,7 @@
* @author 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>
* @package timwolla.wcf.chat
* @package be.bastelstu.wcf.chat
* @subpackage system.chat.command.commands
*/
class Where extends \wcf\system\chat\command\AbstractCommand {