projects
/
hachu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
179bc3d
)
Recognize 'result' command in WB driver
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 6 Jul 2012 07:45:41 +0000 (09:45 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 6 Jul 2012 20:28:34 +0000 (22:28 +0200)
Currently a no-op, but just to suppress Unknown Command errors.
hachu.c
patch
|
blob
|
history
diff --git
a/hachu.c
b/hachu.c
index
07398be
..
c59149b
100644
(file)
--- a/
hachu.c
+++ b/
hachu.c
@@
-1848,6
+1848,7
@@
printf("in: %s\n", command);
if(!strcmp(command, "ics")) { continue; }
\r
if(!strcmp(command, "accepted")){ continue; }
\r
if(!strcmp(command, "rejected")){ continue; }
\r
+ if(!strcmp(command, "result")) { continue; }
\r
if(!strcmp(command, "hover")) { continue; }
\r
if(!strcmp(command, "")) { continue; }
\r
if(!strcmp(command, "usermove")){
\r