* riece-irc.el (riece-irc-quit-server-process): Display message
[riece] / lisp / riece-irc.el
index 0a29660..66146de 100644 (file)
                           (if (rassq process riece-server-process-alist)
                               (delete-process process)))
                         process))
+  (message "Sending QUIT to server...")
   (riece-process-send-string process
                             (if message
                                 (format "QUIT :%s\r\n" message)
-                              "QUIT\r\n")))
+                              "QUIT\r\n"))
+  (message "Sending QUIT to server...done"))
 
 (provide 'riece-irc)