aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Main.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Main.hx')
-rw-r--r--src/client/Main.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index 26d4518..ec3d89c 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -856,6 +856,7 @@ class Main {
if (!command.startsWith("/")) return false;
final args = command.trim().split(" ");
command = args.shift().substr(1);
+ if (command.length == 0) return false;
switch (command) {
case "ban":
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage