propagateUserAccount

Propagate a user's account to all channels and the nickname-account map.

If the account is "*", the user is considered to have logged out of services and will be removed instead.

version(WithPersistenceService)
private
void
propagateUserAccount

Parameters

service PersistenceService

The current PersistenceService.

user IRCUser

The IRCUser whose account to propagate.

See Also