From 6bbd32f7123ad8e964156bbb42909e47eeeef0c1 Mon Sep 17 00:00:00 2001 From: paulr Date: Wed, 21 Sep 2011 04:11:13 +1000 Subject: [PATCH] must go sleep --- bin/cbfwrd.php | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) 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 -- 1.7.0.4