kameloso IRC bot
Dlang.org
onEndOfMotd
kameloso
plugins
bash
Starts the persistent querier worker thread on end of MOTD.
version(WithBashPlugin)
private
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.RPL_ENDOFMOTD
).
onEvent
(
IRCEvent.Type.ERR_NOMOTD
)
void
onEndOfMotd
(
BashPlugin
plugin
,
const
ref
IRCEvent
event
)
kameloso
plugins
bash
classes
BashPlugin
functions
lookupQuote
onCommandBash
onEndOfMotd
parseResponseIntoBashLookupResult
persistentQuerier
selftest
sendHTTPRequest
sendHTTPRequestImpl
setup
teardown
waitForLookupResults
structs
BashLookupResult
BashSettings
Starts the persistent querier worker thread on end of MOTD.