lookupEnlist

Adds an account to either the whitelist, operator list, list of elevated users, staff, or the blacklist.

Passes the list parameter to alterAccountClassifier, for list selection.

version(WithAdminPlugin)
package
void
lookupEnlist
(,
const string specified
,
const IRCUser.Class class_
,
const string channelName
,
const IRCEvent event = IRCEvent.init
)

Parameters

plugin AdminPlugin

The current AdminPlugin.

specified string

The nickname or account to white-/blacklist.

class_ IRCUser.Class

User class.

channelName string

Which channel the enlisting relates to.

event IRCEvent

Optional instigating IRCEvent.

Meta