+2004-01-04 Daiki Ueno <ueno@unixuser.org>
+
+ * riece-lsdb.el (riece-lsdb-add-user): Always pass canonical
+ address for 'net entry.
+
2004-01-04 TAKAHASHI Kaoru <kaoru@kaisei.org>
* riece-300.el (riece-handle-317-message): Fix regexp for signon
;; Remove all properties before adding entry.
(set-text-properties 0 (length irc) nil irc)
(unless (member irc old)
- (lsdb-update-record (list full-name)
+ (lsdb-update-record (list full-name
+ ;; LSDB does not allow empty 'net entry.
+ (or (nth 1 (assq 'net (lsdb-lookup-records
+ full-name)))
+ ""))
(list (cons 'irc (cons irc old)))))))
(defun riece-lsdb-insinuate ()