1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-11 00:40:09 +00:00

Adding predefined oxford color

This commit is contained in:
Tim Düsterhus 2012-01-30 18:16:15 +01:00
parent d2f6e3c88a
commit 1ffd7c7828

View File

@ -33,7 +33,8 @@ class Color extends \wcf\system\chat\commands\AbstractCommand {
'royalblue' => 0x4169E1, 'royalblue' => 0x4169E1,
'aquamarine' => 0x7FFFD4, 'aquamarine' => 0x7FFFD4,
'cyan' => 0x00FFFF, 'cyan' => 0x00FFFF,
'magenta' => 0x00FFFF 'magenta' => 0x00FFFF,
'oxford' => 0xF02D // looks like green
); );
public function __construct(\wcf\system\chat\commands\CommandHandler $commandHandler) { public function __construct(\wcf\system\chat\commands\CommandHandler $commandHandler) {