projects
/
CBFWR.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
474b015
)
must go sleep
author
paulr
<me@pjr.cc>
Tue, 20 Sep 2011 18:11:13 +0000 (
04:11
+1000)
committer
paulr
<me@pjr.cc>
Tue, 20 Sep 2011 18:11:13 +0000 (
04:11
+1000)
bin/cbfwrd.php
patch
|
blob
|
history
diff --git
a/bin/cbfwrd.php
b/bin/cbfwrd.php
index
4bf1513
..
d2a0e83
100644
(file)
--- 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