kameloso IRC bot
Dlang.org
onEndOfMotd
kameloso
plugins
webtitle
Starts the persistent querier worker thread on end of MOTD.
version(WithWebtitlePlugin)
private
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.RPL_ENDOFMOTD
).
onEvent
(
IRCEvent.Type.ERR_NOMOTD
)
void
onEndOfMotd
(
WebtitlePlugin
plugin
,
const
ref
IRCEvent
event
)
kameloso
plugins
webtitle
classes
TitleFetchException
WebtitlePlugin
functions
decodeEntities
lookupURLs
onEndOfMotd
onMessage
onMessageImpl
parseResponseIntoTitleLookupResult
persistentQuerier
rewriteDirectImgurURL
sendHTTPRequest
sendHTTPRequestImpl
setup
teardown
waitForLookupResults
static variables
descriptionExemptions
structs
TitleLookupResult
WebtitleSettings
Starts the persistent querier worker thread on end of MOTD.