(riece-doctor-bye-regexp): Ditto.
2005-08-11 Daiki Ueno <ueno@unixuser.org>
+ * riece-doctor.el (riece-doctor-hello-regexp): Changed regexp.
+ (riece-doctor-bye-regexp): Ditto.
+
* riece-ruby.el: Moved add-on stuff to riece-eval-ruby.el.
* riece-eval-ruby.el: New add-on.
:prefix "riece-"
:group 'riece)
-(defcustom riece-doctor-hello-regexp "^, doctor"
+(defcustom riece-doctor-hello-regexp "^,doctor$"
"Pattern of string patients start consultation."
:type 'string
:group 'riece-doctor)
-(defcustom riece-doctor-bye-regexp "^, bye doctor"
+(defcustom riece-doctor-bye-regexp "^,doctor bye$"
"Pattern of string patients end consultation."
:type 'string
:group 'riece-doctor)