starting work on the interface
[CBFWR.git] / bin / cbfwrd.php
index 4bf1513..7271d4a 100644 (file)
@@ -46,5 +46,17 @@ while($cont) {
        
        //echo "Got message: $msg\n";
        if($msg == "quit") $cont = false;
+       else cbfwd_commandProcessor($msg);
+}
+
+
+function cbfwd_commandProcessor($command)
+{
+       $cmds = explode(" ", $command);
+       
+       switch($cmds[0]) {
+               case "...":
+                       break;
+       }
 }
 ?>
\ No newline at end of file