diff lisp/erc/erc-services.el @ 107104:c984638f1446

* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 07 Feb 2010 01:36:17 -0500
parents 1d1d5d9bd884
children 376148b31b5e
line wrap: on
line diff
--- a/lisp/erc/erc-services.el	Sun Feb 07 01:23:10 2010 -0500
+++ b/lisp/erc/erc-services.el	Sun Feb 07 01:36:17 2010 -0500
@@ -303,7 +303,11 @@
 		 (boolean :tag "Use current nick in identify message?")
 		 (choice :tag "Command to use (optional)"
 		  (string :tag "Command")
-		  (const :tag "No special command necessary" nil)))))
+		  (const :tag "No special command necessary" nil))
+		 (choice :tag "Detect Success"
+			 (regexp :tag "Pattern to match")
+			 (const :tag "Do not try to detect success" nil)))))
+
 
 (defsubst erc-nickserv-alist-sender (network &optional entry)
   (nth 1 (or entry (assoc network erc-nickserv-alist))))