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

Ditto

Members

Variables

payload
Payload payload;

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

user
TrackedUser user;

CustomTrackedUser is a super-type of TrackedUser.

Parameters

Payload

type of extra data per user.

Meta