emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 146/255: print igs kibitz strings


From: Eric Schulte
Subject: [elpa] 146/255: print igs kibitz strings
Date: Sun, 16 Mar 2014 01:02:37 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 7169fbb5940a3fb308c040936073bad7c5dd6036
Author: Eric Schulte <address@hidden>
Date:   Sat Jun 2 21:20:32 2012 -0600

    print igs kibitz strings
---
 back-ends/igs.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/back-ends/igs.el b/back-ends/igs.el
index da4ef47..195dae5 100644
--- a/back-ends/igs.el
+++ b/back-ends/igs.el
@@ -129,6 +129,7 @@ This is used to re-send messages to keep the IGS server 
from timing out.")
         (:info   (message "igs-info: %s" content))
         (:games  (igs-w-proc proc (igs-handle-game content)))
         (:move   (igs-w-proc proc (igs-handle-move content)))
+        (:kibitz (message "igs-kibitz: %s" content))
         (:beep   nil)
         (t       (message "igs-unknown: [%s]%s" type content)))
       (when (> (time-to-seconds (time-since *igs-time-last-sent*))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]