summaryrefslogtreecommitdiff
path: root/chess-ics.el
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2003-02-09 21:54:52 +0000
committerMario Lang <mlang@delysid.org>2003-02-09 21:54:52 +0000
commitde25d1ca5df6930710df0fcdad33ee7b993ff6f3 (patch)
tree97d01490a06943505cca21f9dfeb4e36ffbffd67 /chess-ics.el
parent1d21056c33920730ac304e7358bd56fd9d0c58a3 (diff)
Change regexp to ^login, makes autologon work
Diffstat (limited to 'chess-ics.el')
-rw-r--r--chess-ics.el2
1 files changed, 1 insertions, 1 deletions
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"))