diff options
| -rw-r--r-- | chess-ics.el | 2 |
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")) |
