X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-doctor.el;h=6541157a5f49ca41ba5a94afbcd50cd568e14a6c;hp=61a33f0561513298ed784830cba1f06c4c6c8eee;hb=71cfc726e9ef6ae459a3e490df9c307d5204acb2;hpb=fe7eeb17a3b1cc9b6a5316aebae340cba1ede06d diff --git a/lisp/riece-doctor.el b/lisp/riece-doctor.el index 61a33f0..6541157 100644 --- a/lisp/riece-doctor.el +++ b/lisp/riece-doctor.el @@ -40,12 +40,12 @@ :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)