* riece-options.el (riece-channel-history-length): New user option.
[riece] / lisp / riece-options.el
index 897c876..ba3ca54 100644 (file)
@@ -233,11 +233,6 @@ way is to put Riece variables on .emacs or file loaded from there."
   :type 'boolean
   :group 'riece-options)
 
-(defcustom riece-connection-timeout 60
-  "Default timeout interval."
-  :type 'integer
-  :group 'riece-server)
-  
 (defcustom riece-buffer-dispose-function #'bury-buffer
   "Function called after the buffer was disposed."
   :type 'function
@@ -248,6 +243,11 @@ way is to put Riece variables on .emacs or file loaded from there."
   :type 'function
   :group 'riece-options)
 
+(defcustom riece-channel-history-length 3
+  "Length of riece-channel-history."
+  :type 'integer
+  :group 'riece-options)
+
 (provide 'riece-options)
 
 ;;; riece-options.el ends here