* riece-hangman.el (riece-hangman-hello-regexp): Changed regexp.
authorDaiki Ueno <ueno@unixuser.org>
Thu, 11 Aug 2005 09:18:19 +0000 (09:18 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Thu, 11 Aug 2005 09:18:19 +0000 (09:18 +0000)
(riece-hangman-bye-regexp): Changed regexp.

lisp/ChangeLog
lisp/riece-hangman.el

index 10f7147..6255ff5 100644 (file)
@@ -1,5 +1,8 @@
 2005-08-11  Daiki Ueno  <ueno@unixuser.org>
 
+       * riece-hangman.el (riece-hangman-hello-regexp): Changed regexp.
+       (riece-hangman-bye-regexp): Changed regexp.
+
        * riece-doctor.el (riece-doctor-hello-regexp): Changed regexp.
        (riece-doctor-bye-regexp): Ditto.
 
index c4fd54c..79823c3 100644 (file)
   :prefix "riece-"
   :group 'riece)
 
-(defcustom riece-hangman-hello-regexp "^, hangman"
+(defcustom riece-hangman-hello-regexp "^,hangman$"
   "Pattern of string to start the game."
   :type 'string
   :group 'riece-hangman)
 
-(defcustom riece-hangman-bye-regexp "^, bye hangman"
+(defcustom riece-hangman-bye-regexp "^,hangman bye$"
   "Pattern of string to end the game."
   :type 'string
   :group 'riece-hangman)