]> ruin.nu Git - NDIRC.git/blobdiff - Dispatcher.pm
Fix so we can see if the command was executed or not
[NDIRC.git] / Dispatcher.pm
index ccfeb1371329689a2608b810101bc7dd7c2cbc11..16dae1de9d4e2e637ed03a2c727710db74ad87ad 100644 (file)
@@ -146,6 +146,7 @@ sub run_command {
                        }
                }
        }
+       return 1;
 }
 
 1;