kameloso ~master (2023-07-07T16:26:17.4135742)
Dub
Repo
onCommandHello
kameloso
plugins
hello
Undocumented in source. Be warned that the author may not have intended to support it.
version(none)
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.CHAN
).
addCommand
(
IRCEventHandler.Command
().
word
("hello").
description
("Says hello."))
void
onCommandHello
(
HelloPlugin
plugin
,
const
ref
IRCEvent
event
)
Meta
Source
See Implementation
kameloso
plugins
hello
classes
HelloPlugin
functions
onCommandHello
mixins
__anonymous