+2006-03-13 Miles Bader <miles@gnu.org>
+
+ * net/rcirc.el (rcirc-nick-abbrevs): Variable removed.
+ (rcirc-abbrev-nick): Function removed.
+ (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
+
2006-03-13 David Ponce <david@dponce.com>
* tree-widget.el: Handle themes across all occurrences of the main
:type '(repeat string)
:group 'rcirc)
-(defcustom rcirc-nick-abbrevs nil
- "List of short replacements for printing nicks."
- :type '(alist :key-type (string :tag "Nick")
- :value-type (string :tag "Abbrev"))
- :group 'rcirc)
-
(defvar rcirc-ignore-list-automatic ()
"List of ignored nicks added to `rcirc-ignore-list' because of renaming.
When an ignored person renames, their nick is added to both lists.
(with-rcirc-process-buffer process
rcirc-nick))
-(defun rcirc-abbrev-nick (nick)
- "If NICK has an entry in `rcirc-nick-abbrevs', return its abbreviation,
-otherwise return NICK."
- (or (cdr (assoc nick rcirc-nick-abbrevs)) nick))
-
(defvar rcirc-max-message-length 450
"Messages longer than this value will be split.")
process rcirc-server)
sender)
""
- (rcirc-abbrev-nick sender))
+ sender)
(and target (concat "," target)))))
(rcirc-facify nick
(if (eq key ?n)