resolveAccount

Attempts to resolve the account of a user by looking it up in the various related caches.

Adds the user's nickname to the nickname-account map if the nickname does not already exist in it.

The user has its updated member set to the passed time value.

version(WithPersistenceService)
private
void
resolveAccount

Parameters

service PersistenceService

The current PersistenceService.

user IRCUser

The IRCUser whose account member to resolve, taken by ref.

time long

The time to set user.account to; generally the current UNIX time.

See Also