getUser($username); if (!$user->userID) { throw new UserInputException( 'message', WCF::getLanguage()->getDynamicVariable( 'chat.error.userNotFound', [ 'username' => $username, ] ) ); } return $user; } }