* riece-options.el (riece-quit-timeout): New user option.
[riece] / lisp / riece-options.el
index 333fd5c..e76b3bb 100644 (file)
@@ -182,6 +182,11 @@ way is to put Riece variables on .emacs or file loaded from there."
   :type 'boolean
   :group 'riece-server)
 
+(defcustom riece-quit-timeout 60
+  "Quit timeout when there is no response from server."
+  :type 'integer
+  :group 'riece-server)
+
 (defcustom riece-channel-buffer-mode t
   "When non-nil, Riece will display a channel buffer."
   :type 'boolean