* riece-options.el (riece-part-message): New user option.
[riece] / lisp / riece-options.el
index 2c253b3..c55dd33 100644 (file)
@@ -116,7 +116,9 @@ way is to put Riece variables on .emacs or file loaded from there."
                          riece-icon
                          riece-ignore
                          riece-log
                          riece-icon
                          riece-ignore
                          riece-log
-                         riece-toolbar)
+                         riece-toolbar
+                         riece-alias
+                         riece-ctlseq)
   "Add-ons insinuated into Riece."
   :type '(repeat symbol)
   :group 'riece-options)
   "Add-ons insinuated into Riece."
   :type '(repeat symbol)
   :group 'riece-options)
@@ -296,7 +298,7 @@ way is to put Riece variables on .emacs or file loaded from there."
   :type 'integer
   :group 'riece-options)
 
   :type 'integer
   :group 'riece-options)
 
-(defcustom riece-max-buffer-size 65535
+(defcustom riece-max-buffer-size nil
   "Maximum size of channel buffers."
   :type '(radio (integer :tag "Number of characters")
                (const nil))
   "Maximum size of channel buffers."
   :type '(radio (integer :tag "Number of characters")
                (const nil))