eschulte pushed a commit to branch go in repository elpa. commit 7169fbb5940a3fb308c040936073bad7c5dd6036 Author: Eric Schulte <eric.schu...@gmx.com> 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*))