kameloso.plugins.services.persistence

The Persistence service keeps track of all encountered users, gathering as much information about them as possible, then injects them into IRCEvents when information about them is incomplete.

This means that even if a service only refers to a user by nickname, things like its ident and address will be available to plugins as well, assuming the Persistence service had seen that previously.

It has no commands.

Members

Classes

PersistenceService
class PersistenceService

The Persistence service melds new IRCUsers (from post-processing new IRCEvents) with old records of themselves.

See Also

Meta