(riece-hangman-bye-regexp): Changed regexp.
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.
: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)