CustomTrackedUser

Represents an IRC user for use by CustomIrcTracker.

  1. struct CustomTrackedUser(Payload)
    struct CustomTrackedUser (
    Payload
    ) {}
  2. alias CustomTrackedUser(Payload : void) = TrackedUser

Constructors

this
this(string nickName)

Alias This

_user

CustomTrackedUser is a super-type of TrackedUser.

Members

Variables

payload
Payload payload;

* Extra data attached to this user for per-application data.

Parameters

Payload

type of extra data per user.

Meta