* riece-commands.el (riece-command-toggle-away): Check user away
status in the server buffer.
[cf. <Liece:00119>]
+ (riece-command-names): Use identity prefix
+ instead of formatted identity.
+ (riece-command-who): Ditto.
2003-10-14 TAKAHASHI Kaoru <kaoru@kaisei.org>
(if (and riece-current-channel
(riece-channel-p (riece-identity-prefix
riece-current-channel)))
- (cons (riece-format-identity riece-current-channel t)
+ (cons (riece-identity-prefix riece-current-channel)
0))))))
(if (or (not (equal pattern ""))
(yes-or-no-p "Really want to query NAMES without argument? "))
(if (and riece-current-channel
(riece-channel-p (riece-identity-prefix
riece-current-channel)))
- (cons (riece-format-identity riece-current-channel t)
+ (cons (riece-identity-prefix riece-current-channel)
0))))))
(if (or (not (equal pattern ""))
(yes-or-no-p "Really want to query WHO without argument? "))