must go sleep
authorpaulr <me@pjr.cc>
Tue, 20 Sep 2011 18:11:13 +0000 (04:11 +1000)
committerpaulr <me@pjr.cc>
Tue, 20 Sep 2011 18:11:13 +0000 (04:11 +1000)
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