From de25d1ca5df6930710df0fcdad33ee7b993ff6f3 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Sun, 9 Feb 2003 21:54:52 +0000 Subject: Change regexp to ^login, makes autologon work --- chess-ics.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-ics.el') diff --git a/chess-ics.el b/chess-ics.el index 4170911..dd70c8b 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -42,7 +42,7 @@ The format of each entry is: (make-variable-buffer-local 'chess-ics-prompt) (defvar chess-ics-regexp-alist - (list (cons "\\(ogin\\|name\\):" + (list (cons "\\(^login\\|name\\):" (function (lambda () (chess-engine-send nil (concat chess-ics-handle "\n")) -- cgit v1.2.3