Fix GETFILE documentation and reply when a command is undocumented
[fonbot.git] / src / ro / ieval / fonbot / Heavy.java
index b1f443c5f6067fb8a1366f2e51e71777d3504b32..8fa72677a31461728dbd49e0dd6e437634f11d8c 100644 (file)
@@ -667,12 +667,17 @@ final class Heavy {
                case TORCH:
                        Utils.sendMessage(context, replyTo, torch_help);
                        break;
+               case GETFILE:
+                       Utils.sendMessage(context, replyTo, getfile_help);
+                       break;
                case SH:
                        Utils.sendMessage(context, replyTo, sh_help);
                        break;
                case ROOTSH:
                        Utils.sendMessage(context, replyTo, rootsh_help);
                        break;
+               default:
+                       Utils.sendMessage(context, replyTo, command_not_documented);
                }
        }
 
This page took 0.009671 seconds and 4 git commands to generate.