]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/midi2cfg-ng.pl
merge changes to some scripts done for function2012
[xonotic/xonotic.git] / misc / tools / midi2cfg-ng.pl
index 7b9fcd22233aa1361f24be896fe8a4ec58011fdc..4fcf9760a22134d54dbbfbab75b48151bc961fc7 100755 (executable)
@@ -377,6 +377,10 @@ sub busybot_cmd_bot_execute($$@)
                {
                        $commands .= sprintf "%s\n", buildstring @{$_}[1..@$_-1];
                }
+               else
+               {
+                       warn "Invalid command: @$_";
+               }
        }
 
        return 1;