kameloso IRC bot
Dlang.org
onCommandSummary
kameloso
plugins
admin
Causes a connection summary to be printed to the terminal.
version(WithAdminPlugin)
private
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.CHAN
).
onEvent
(
IRCEvent.Type.QUERY
).
permissionsRequired
(
Permissions.admin
).
channelPolicy
(
ChannelPolicy.home
).
addCommand
(
IRCEventHandler.Command
().
word
("summary").
policy
(
PrefixPolicy.nickname
).
description
("Prints a connection summary to the local terminal."))
void
onCommandSummary
(
AdminPlugin
plugin
)
kameloso
plugins
admin
modules
classifiers
debugging
classes
AdminPlugin
functions
addChannel
cycle
delChannel
initialise
listHostmaskDefinitions
onAnyEvent
onBusMessage
onCommandAuth
onCommandBlacklist
onCommandBus
onCommandCycle
onCommandElevated
onCommandFake
onCommandGet
onCommandGuest
onCommandHome
onCommandJoin
onCommandMask
onCommandOperator
onCommandPart
onCommandPrintBytes
onCommandPrintEvents
onCommandPrintRaw
onCommandQuit
onCommandReconnect
onCommandReexec
onCommandReload
onCommandSave
onCommandSelftest
onCommandSet
onCommandShowUser
onCommandShowUsers
onCommandStaff
onCommandSudo
onCommandSummary
onCommandWhitelist
onCommandWhoami
parseTypesFromString
selftest
manifest constants
omniscientChannelPolicy
structs
AdminSettings
Causes a connection summary to be printed to the terminal.