From: paulr Date: Tue, 20 Sep 2011 18:11:13 +0000 (+1000) Subject: must go sleep X-Git-Url: http://git.pjr.cc/?a=commitdiff_plain;h=6bbd32f7123ad8e964156bbb42909e47eeeef0c1;p=CBFWR.git must go sleep --- diff --git a/bin/cbfwrd.php b/bin/cbfwrd.php index 4bf1513..d2a0e83 100644 --- a/bin/cbfwrd.php +++ b/bin/cbfwrd.php @@ -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