X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-options.el;h=c085fdf6e8d8d58c8f6cad4fd32913a346c7ab38;hb=2aca57deb96557ed338edd2ae71be6ad9cb0a04d;hp=f73e2b7aa0a7ba0c097dc61d032110698e725de9;hpb=2f125711ab9af88f8f767e0d76dcf0c099110c55;p=riece diff --git a/lisp/riece-options.el b/lisp/riece-options.el index f73e2b7..c085fdf 100644 --- a/lisp/riece-options.el +++ b/lisp/riece-options.el @@ -178,11 +178,16 @@ way is to put Riece variables on .emacs or file loaded from there." :type 'symbol :group 'riece-server) -(defcustom riece-max-send-size 1500 +(defcustom riece-max-send-size 512 "Maximum size of messages to be sent at a time." :type 'integer :group 'riece-server) +(defcustom riece-send-delay 2 + "Duration of multiple send." + :type 'integer + :group 'riece-server) + (defcustom riece-default-password (getenv "IRCPASSWORD") "Your password." :type '(radio (string :tag "Password") @@ -284,6 +289,11 @@ way is to put Riece variables on .emacs or file loaded from there." :type 'integer :group 'riece-options) +(defcustom riece-shrink-buffer-remove-lines 10 + "Number of lines removed when shrinking channel buffers." + :type 'integer + :group 'riece-options) + (defcustom riece-max-buffer-size 65535 "Maximum size of channel buffers." :type '(radio (integer :tag "Number of characters")