+2004-05-13 OHASHI Akira <bg66@koka-in.org>
+
+ * riece-log.el (riece-log-get-directory): Follow the name change
+ of riece-channel-regexp.
+
2004-05-12 Daiki Ueno <ueno@unixuser.org>
* riece-globals.el (riece-strict-channel-regexp): Renamed from
(map (assoc (riece-format-identity identity) riece-log-directory-map))
name)
(cond (map (setq name (cdr map)))
- ((string-match riece-channel-regexp channel)
+ ((string-match riece-strict-channel-regexp channel)
(let ((suffix (match-string 2 channel)))
(setq name (substring channel (match-end 1) (match-beginning 2)))
(when (and (stringp suffix)