kameloso IRC bot
Dlang.org
onSelfjoin
kameloso
plugins
timer
Simply passes on execution to
handleSelfjoin
.
version(WithTimerPlugin)
private
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.SELFJOIN
).
channelPolicy
(
ChannelPolicy.home
)
void
onSelfjoin
(
TimerPlugin
plugin
,
const
IRCEvent
event
)
kameloso
plugins
timer
classes
TimerPlugin
functions
createTimerFiber
handleAddToTimer
handleDelTimer
handleListTimers
handleModifyTimer
handleModifyTimerLines
handleNewTimer
handleSelfjoin
handleSuspendTimer
initResources
loadTimers
onAnyMessage
onCommandTimer
onSelfjoin
onWelcome
reload
saveTimers
selftest
startTimerMonitor
structs
Timer
TimerSettings
Simply passes on execution to handleSelfjoin.