must go sleep
[CBFWR.git] / bin / cbfwrd.php
index 4bf1513..d2a0e83 100644 (file)
@@ -46,5 +46,12 @@ while($cont) {
        
        //echo "Got message: $msg\n";
        if($msg == "quit") $cont = false;
+       else cbfwd_commandProcessor($msg);
+}
+
+
+function cbfwd_commandProcessor($command)
+{
+       
 }
 ?>
\ No newline at end of file