X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Friece-options.el;h=7c8190ea9028f76bb1d58910fde3a8428ca163e2;hb=2b559fc272a39d2dd115a59357eaeafc58374441;hp=7fc2e4885cfa1116c283beae316d0ad14b3ef884;hpb=9ebf162bd323c52c6c8d17063f2016771740be2c;p=riece diff --git a/lisp/riece-options.el b/lisp/riece-options.el index 7fc2e48..7c8190e 100644 --- a/lisp/riece-options.el +++ b/lisp/riece-options.el @@ -178,6 +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 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")