* riece.el (riece-channel-list-mode): Initialize
[riece] / lisp / riece-globals.el
index 7488e7b..705a735 100644 (file)
@@ -38,8 +38,8 @@
   "The channel you currently have joined.")
 (defvar riece-current-channels nil
   "The channels you have currently joined.")
-(defvar riece-last-channel nil
-  "The channel you had joined the last time.")
+(defvar riece-join-channel-candidate nil
+  "The candidate for channel to be used with the next join command.")
 
 (defvar riece-save-variables-are-dirty nil
   "Non nil if the variables in `riece-saved-forms' are changed.")
@@ -109,10 +109,10 @@ Local to the channel buffers.")
 ;;; Modeline indicators:
 (defvar riece-channel-indicator "None"
   "A modeline indicator of the current channel.")
+(defvar riece-long-channel-indicator "None"
+  "A modeline indicator of the current channel.")
 (defvar riece-channel-list-indicator "No channel"
   "A modeline indicator of the current joined channels.")
-(defvar riece-short-channel-indicator "None"
-  "A modeline indicator of the current channel.")
 (defvar riece-user-indicator nil)
 
 (defvar riece-away-indicator "-")