Fix the notify command help
[fonbot.git] / src / ro / ieval / fonbot / Utils.java
index f06c43acc6813e0003796a472080e37d2bc7251b..5fd941048c8595e2c9783dab2d78ec1ae0070959 100644 (file)
@@ -1010,6 +1010,7 @@ public final class Utils {
                case NOTIFY:
                        if(args.length!=1 && args.length!=3){
                                Heavy.help(context, replyTo, toNonNull(Command.NOTIFY));
+                               return;
                        }
 
                        final int id;
This page took 0.009216 seconds and 4 git commands to generate.