X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-globals.el;h=a4addfaf34a29b9f6cd32c62546fa3ca66b09d00;hb=2a69ad58ea35b73d9454be86802b42832958b043;hp=ecf6b920563df36aacd7994e821a1d04f314cf92;hpb=061c69f9f37a198f57ac283044e4c497a13311bd;p=riece diff --git a/lisp/riece-globals.el b/lisp/riece-globals.el index ecf6b92..a4addfa 100644 --- a/lisp/riece-globals.el +++ b/lisp/riece-globals.el @@ -108,6 +108,15 @@ Local to the server buffers.") (defvar riece-read-point nil "Point at the last input was seen. Local to the server buffers.") +(defvar riece-send-queue nil + "Send queue for avoiding client flood. +Local to the server buffers.") +(defvar riece-send-size nil + "Size of the last send. +Local to the server buffers.") +(defvar riece-last-send-time nil + "Timestamp of the last send. +Local to the server buffers.") (defvar riece-obarray nil "Namespace of the IRC world. Local to the server buffers.") @@ -147,7 +156,10 @@ riece-channel-indicator.") user is away.") (defvar riece-operator-indicator "-" "String displayed on the modeline to allow the user to tell if the -user is a operator.") +user is an operator.") +(defvar riece-channel-status-indicator "-" + "String displayed on the modeline to allow the user to tell if the +user's status on the current channel.") ;;; Buffers: (defvar riece-command-buffer nil @@ -160,9 +172,10 @@ user is a operator.") "Buffer for channel list.") (defvar riece-user-list-buffer nil "Buffer for user list.") - (defvar riece-channel-buffer nil "Buffer for messages arrived in the current channel.") +(defvar riece-temp-buffer nil + "Buffer for temporally use.") (defvar riece-buffer-list nil) (defvar riece-overriding-server-name nil)