resolveClass

Attempt to resolve a user class, in the context of some channel (or globally if passed an empty string).

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

version(WithPersistenceService)
private
void
resolveClass
(,,
const string context
,
const long time
)

Parameters

service PersistenceService

The current PersistenceService.

user IRCUser

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

context string

The channel context in which to resolve the class.

time long

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

See Also