From 42ad9e7164729501f48248d7a640a21f9eeccb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 4 Jun 2012 21:43:03 +0200 Subject: [PATCH] timwolla.wcf.chat -> be.bastelstu.wcf.chat --- file/lib/system/chat/command/AbstractCommand.class.php | 2 +- .../lib/system/chat/command/AbstractRestrictedCommand.class.php | 2 +- file/lib/system/chat/command/CommandHandler.class.php | 2 +- file/lib/system/chat/command/ICommand.class.php | 2 +- file/lib/system/chat/command/IRestrictedCommand.class.php | 2 +- file/lib/system/chat/command/NotFoundException.class.php | 2 +- file/lib/system/chat/command/UserNotFoundException.class.php | 2 +- file/lib/system/chat/command/commands/Away.class.php | 2 +- file/lib/system/chat/command/commands/Color.class.php | 2 +- file/lib/system/chat/command/commands/Free.class.php | 2 +- file/lib/system/chat/command/commands/Info.class.php | 2 +- file/lib/system/chat/command/commands/Me.class.php | 2 +- file/lib/system/chat/command/commands/Plain.class.php | 2 +- file/lib/system/chat/command/commands/Restore.class.php | 2 +- file/lib/system/chat/command/commands/Temproom.class.php | 2 +- file/lib/system/chat/command/commands/Where.class.php | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/file/lib/system/chat/command/AbstractCommand.class.php b/file/lib/system/chat/command/AbstractCommand.class.php index 2594084..1c3e19f 100644 --- a/file/lib/system/chat/command/AbstractCommand.class.php +++ b/file/lib/system/chat/command/AbstractCommand.class.php @@ -8,7 +8,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command */ abstract class AbstractCommand implements ICommand { diff --git a/file/lib/system/chat/command/AbstractRestrictedCommand.class.php b/file/lib/system/chat/command/AbstractRestrictedCommand.class.php index fdbfce8..023a0f1 100644 --- a/file/lib/system/chat/command/AbstractRestrictedCommand.class.php +++ b/file/lib/system/chat/command/AbstractRestrictedCommand.class.php @@ -8,7 +8,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command */ abstract class AbstractRestrictedCommand extends AbstractCommand implements IRestrictedCommand { diff --git a/file/lib/system/chat/command/CommandHandler.class.php b/file/lib/system/chat/command/CommandHandler.class.php index 270f703..d192407 100644 --- a/file/lib/system/chat/command/CommandHandler.class.php +++ b/file/lib/system/chat/command/CommandHandler.class.php @@ -8,7 +8,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command */ final class CommandHandler { diff --git a/file/lib/system/chat/command/ICommand.class.php b/file/lib/system/chat/command/ICommand.class.php index be66ac2..f288ea8 100644 --- a/file/lib/system/chat/command/ICommand.class.php +++ b/file/lib/system/chat/command/ICommand.class.php @@ -7,7 +7,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command */ interface ICommand { diff --git a/file/lib/system/chat/command/IRestrictedCommand.class.php b/file/lib/system/chat/command/IRestrictedCommand.class.php index 86730f7..8fff56f 100644 --- a/file/lib/system/chat/command/IRestrictedCommand.class.php +++ b/file/lib/system/chat/command/IRestrictedCommand.class.php @@ -7,7 +7,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command */ interface IRestrictedCommand { diff --git a/file/lib/system/chat/command/NotFoundException.class.php b/file/lib/system/chat/command/NotFoundException.class.php index cb6b776..5d59450 100644 --- a/file/lib/system/chat/command/NotFoundException.class.php +++ b/file/lib/system/chat/command/NotFoundException.class.php @@ -7,7 +7,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command */ class NotFoundException extends \Exception { } \ No newline at end of file diff --git a/file/lib/system/chat/command/UserNotFoundException.class.php b/file/lib/system/chat/command/UserNotFoundException.class.php index 18e2a39..22507af 100644 --- a/file/lib/system/chat/command/UserNotFoundException.class.php +++ b/file/lib/system/chat/command/UserNotFoundException.class.php @@ -7,7 +7,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command */ class UserNotFoundException extends \Exception { diff --git a/file/lib/system/chat/command/commands/Away.class.php b/file/lib/system/chat/command/commands/Away.class.php index 92943d5..ee31356 100644 --- a/file/lib/system/chat/command/commands/Away.class.php +++ b/file/lib/system/chat/command/commands/Away.class.php @@ -8,7 +8,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Away extends \wcf\system\chat\command\AbstractCommand { diff --git a/file/lib/system/chat/command/commands/Color.class.php b/file/lib/system/chat/command/commands/Color.class.php index 4e1d6ea..fbb3339 100644 --- a/file/lib/system/chat/command/commands/Color.class.php +++ b/file/lib/system/chat/command/commands/Color.class.php @@ -8,7 +8,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Color extends \wcf\system\chat\command\AbstractCommand { diff --git a/file/lib/system/chat/command/commands/Free.class.php b/file/lib/system/chat/command/commands/Free.class.php index e6a5ab4..0f23e50 100644 --- a/file/lib/system/chat/command/commands/Free.class.php +++ b/file/lib/system/chat/command/commands/Free.class.php @@ -7,7 +7,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Free extends Me { diff --git a/file/lib/system/chat/command/commands/Info.class.php b/file/lib/system/chat/command/commands/Info.class.php index be3fdb9..c201b55 100644 --- a/file/lib/system/chat/command/commands/Info.class.php +++ b/file/lib/system/chat/command/commands/Info.class.php @@ -11,7 +11,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Info extends \wcf\system\chat\command\AbstractCommand { diff --git a/file/lib/system/chat/command/commands/Me.class.php b/file/lib/system/chat/command/commands/Me.class.php index 3dba88c..b32e008 100644 --- a/file/lib/system/chat/command/commands/Me.class.php +++ b/file/lib/system/chat/command/commands/Me.class.php @@ -8,7 +8,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Me extends \wcf\system\chat\command\AbstractCommand { diff --git a/file/lib/system/chat/command/commands/Plain.class.php b/file/lib/system/chat/command/commands/Plain.class.php index 99ed7ab..d2b4079 100644 --- a/file/lib/system/chat/command/commands/Plain.class.php +++ b/file/lib/system/chat/command/commands/Plain.class.php @@ -7,7 +7,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Plain extends \wcf\system\chat\command\AbstractCommand { diff --git a/file/lib/system/chat/command/commands/Restore.class.php b/file/lib/system/chat/command/commands/Restore.class.php index 23cac4d..d66d3a2 100644 --- a/file/lib/system/chat/command/commands/Restore.class.php +++ b/file/lib/system/chat/command/commands/Restore.class.php @@ -9,7 +9,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Restore extends \wcf\system\chat\command\AbstractRestrictedCommand { diff --git a/file/lib/system/chat/command/commands/Temproom.class.php b/file/lib/system/chat/command/commands/Temproom.class.php index c895990..511d696 100644 --- a/file/lib/system/chat/command/commands/Temproom.class.php +++ b/file/lib/system/chat/command/commands/Temproom.class.php @@ -9,7 +9,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Temproom extends \wcf\system\chat\command\AbstractRestrictedCommand { diff --git a/file/lib/system/chat/command/commands/Where.class.php b/file/lib/system/chat/command/commands/Where.class.php index fb6d83d..12cac7a 100644 --- a/file/lib/system/chat/command/commands/Where.class.php +++ b/file/lib/system/chat/command/commands/Where.class.php @@ -7,7 +7,7 @@ * @author Tim Düsterhus * @copyright 2010-2012 Tim Düsterhus * @license Creative Commons Attribution-NonCommercial-ShareAlike - * @package timwolla.wcf.chat + * @package be.bastelstu.wcf.chat * @subpackage system.chat.command.commands */ class Where extends \wcf\system\chat\command\AbstractCommand {