X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2Friece-globals.el;h=a4addfaf34a29b9f6cd32c62546fa3ca66b09d00;hp=a910ea1c39a2d16196772770fb4c67580580ac67;hb=aa4a4aadb6ac8102c21ab6ef3e62fb27fce7706d;hpb=df0096c0db08e28894a01a0ddf44003da2ec23d5;ds=sidebyside diff --git a/lisp/riece-globals.el b/lisp/riece-globals.el index a910ea1..a4addfa 100644 --- a/lisp/riece-globals.el +++ b/lisp/riece-globals.el @@ -114,6 +114,9 @@ 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.") @@ -153,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 @@ -166,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)