eschulte pushed a commit to branch go
in repository elpa.

commit e319ed858435702c9ae9f5b26a91002a3ee22a25
Author: Eric Schulte <[email protected]>
Date:   Thu Aug 8 11:13:16 2013 -0600

    remove shouts from comments
---
 back-ends/igs.el |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/back-ends/igs.el b/back-ends/igs.el
index 4f08780..2136448 100644
--- a/back-ends/igs.el
+++ b/back-ends/igs.el
@@ -317,8 +317,6 @@ This is used to re-send messages to keep the IGS server 
from timing out.")
   (message "igs[%s]: %s" (match-string 1 string) (match-string 2 string)))
 
 (defun igs-handle-shout (string)
-  ;; !GAO!: miss click  :)
-  ;; !Myselium1!: was a nice game...Dominico to bad you missed the left 
corner-side.
   (unless (string-match "^\\([^:]*\\): \\(.*\\)$" string)
     (error "igs: malformed shout string %S" string))
   (message "IGS[%s]: %s" (match-string 1 string) (match-string 2 string)))

Reply via email to