From f972d4b7b1c6a69ab20cd2aee5a43df702796075 Mon Sep 17 00:00:00 2001 From: RblSb Date: Tue, 10 Aug 2021 03:22:27 +0300 Subject: Ban/unban commands /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26 --- src/client/Utils.hx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/client/Utils.hx') diff --git a/src/client/Utils.hx b/src/client/Utils.hx index 232ca02..f23365e 100644 --- a/src/client/Utils.hx +++ b/src/client/Utils.hx @@ -89,6 +89,14 @@ class Utils { } } + public static function matchedNum(ereg:EReg):Int { + #if js + return (ereg : Dynamic).r.m.length; + #else + #error "not implemented" + #end + } + public static function browseFileUrl( onFileLoad:(url:String, name:String) -> Void, isBinary = true, -- cgit v1.2.3