delist

Removes a nickname from 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
delist
(,
const string account
,
const IRCUser.Class class_
,
const string channelName
,
const IRCEvent event = IRCEvent.init
)

Parameters

plugin AdminPlugin

The current AdminPlugin.

account string

The account to delist.

class_ IRCUser.Class

User class.

channelName string

Which channel the enlisting relates to.

event IRCEvent

Optional instigating IRCEvent.

Meta