* riece-filter.el (riece-sentinel): Don't call riece-exit here.
[riece] / lisp / riece-filter.el
index 89abe6f..64e917d 100644 (file)
              (riece-part-channel (car channels)))
          (setq channels (cdr channels))))
       (riece-redisplay-buffers)
-      (riece-close-server-process process)
-      ;; If no server process is available, exit.
-      (unless riece-process-list
-       (riece-exit)))))
+      (riece-close-server-process process))))
 
 (provide 'riece-filter)