summaryrefslogtreecommitdiff
path: root/chess-ics.el
diff options
context:
space:
mode:
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 dd70c8b..4170911 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 "\\(^login\\|name\\):"
+ (list (cons "\\(ogin\\|name\\):"
(function
(lambda ()
(chess-engine-send nil (concat chess-ics-handle "\n"))