From: Daiki Ueno Date: Thu, 23 Oct 2003 02:07:24 +0000 (+0000) Subject: * riece-identity.el (riece-identity-member): Take an optional 3rd X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=29fb78636f5d9ed5968b260567a9aac916f77673;hp=29fb78636f5d9ed5968b260567a9aac916f77673;ds=inline * riece-identity.el (riece-identity-member): Take an optional 3rd argument to instruct to use riece-identity-equal-no-server. (riece-identity-assoc): Ditto. * riece-display.el (riece-update-user-list-buffer): Use riece-channel-operator-p and riece-channel-speaker-p. * riece-button.el (riece-user-button-set-operators): Use riece-channel-operator-p. (riece-user-button-set-speakers): Use riece-channel-speaker-p. * riece-channel.el (riece-channel-intern-user): New function. (riece-channel-toggle-operator): Use it. (riece-channel-toggle-speaker): Use it. (riece-channel-operator-p): New function. (riece-channel-speaker-p): New function. ---