listList

Sends a list of the current users in the whitelist, operator list, list of elevated users, staff, or the blacklist to the querying user or channel.

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

Parameters

plugin AdminPlugin

The current AdminPlugin.

channelName string

The channel the list relates to.

class_ IRCUser.Class

User class.

event IRCEvent

Optional IRCEvent that instigated the listing.

Meta