diff --git a/src/Users/UserInfo.php b/src/Users/UserInfo.php deleted file mode 100644 index bf8a54a..0000000 --- a/src/Users/UserInfo.php +++ /dev/null @@ -1,38 +0,0 @@ -getColour()->shouldInherit(); - } - - private static DateTime $epoch; - public function isDeleted(): bool { - return self::$epoch->diff($this->getDeletedDate())->totalSeconds() > 0; - } - - public static function init(): void { - self::$epoch = DateTime::fromUnixTimeSeconds(0); - } -} - -UserInfo::init(); diff --git a/utility.php b/utility.php index ff5ba35..fd81987 100644 --- a/utility.php +++ b/utility.php @@ -310,6 +310,7 @@ function get_country_name(string $code): string { 'XK' => 'Kosovo', 'XM' => 'The Moon', + 'XS' => 'System', 'XX' => 'Unknown', 'YE' => 'Yemen',