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

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

[elpa] 226/255: remove shouts from comments


From: Eric Schulte
Subject: [elpa] 226/255: remove shouts from comments
Date: Sun, 16 Mar 2014 01:02:53 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit e319ed858435702c9ae9f5b26a91002a3ee22a25
Author: Eric Schulte <address@hidden>
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

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