diff --git a/src/API/ChatAPI.php b/src/API/ChatAPI.php index d7bb3cde5..9a8485c58 100644 --- a/src/API/ChatAPI.php +++ b/src/API/ChatAPI.php @@ -77,7 +77,7 @@ class ChatAPI{ if($target !== "Console"){ $this->sendTo(false, "[".$sender." -> me] ".$mes, $target); } - console("[CHAT] [".$sender." -> ".$target."] ".$mes); + console("[".$sender." -> ".$target."] ".$mes); break; } return $output;