From: ueno Date: Sat, 20 Nov 2004 00:44:01 +0000 (+0000) Subject: Fixed. X-Git-Tag: riece-1_0_6~38 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=69b23c1e7403360c49840e9aa7d4c280533900f4;p=elisp%2Friece.git Fixed. --- diff --git a/lisp/riece.el b/lisp/riece.el index 86c1d62..93f2a88 100644 --- a/lisp/riece.el +++ b/lisp/riece.el @@ -551,7 +551,7 @@ Instead, these commands are available: riece-real-nickname))) (process-send-string (cdr (car pointer)) - "VERSION") + "VERSION\r\n") (process-send-string (cdr (car pointer)) (format "PRIVMSG %s :\1VERSION\1\r\n" nickname)))