* riece-300.el (riece-handle-353-message): Print user list in
[riece] / lisp / riece-filter.el
index 64e917d..f522c48 100644 (file)
              (riece-part-channel (car channels)))
          (setq channels (cdr channels))))
       (riece-redisplay-buffers)
-      (riece-close-server-process process))))
+      (riece-close-server-process process)
+      ;; If no server process is available, exit.
+      (unless riece-server-process-alist
+       (riece-exit)))))
 
 (provide 'riece-filter)