* riece-server.el (riece-open-server): No need to reset
authorDaiki Ueno <ueno@unixuser.org>
Sat, 31 May 2003 02:43:10 +0000 (02:43 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 31 May 2003 02:43:10 +0000 (02:43 +0000)
riece-reconnect-with-password.

lisp/ChangeLog
lisp/riece-server.el

index 4351743..a6becef 100644 (file)
@@ -1,5 +1,8 @@
 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
 
+       * riece-server.el (riece-open-server): No need to reset
+       riece-reconnect-with-password.
+
        * riece-filter.el (riece-sentinel): Don't call riece when
        riece-reconnect-with-password = t and process !=
        riece-server-process.
index 565dd10..b149d38 100644 (file)
@@ -134,7 +134,6 @@ If optional argument SERVICE is non-nil, open by the service name."
                                             (or password
                                                 (riece-read-passwd
                                                  "Password: ")))))
-      (setq riece-reconnect-with-password nil)
       (riece-process-send-string process
                                 (format "USER %s * * :%s\r\n"
                                         (user-real-login-name)