kameloso IRC bot
Dlang.org
onCommandRepeat
kameloso
plugins
twitch
Repeats a given message n number of times.
Requires moderator privileges to work correctly.
version(TwitchSupport && WithTwitchPlugin)
private
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.CHAN
).
onEvent
(
IRCEvent.Type.SELFCHAN
).
channelPolicy
(
ChannelPolicy.home
).
addCommand
(
IRCEventHandler.Command
().
word
("repeat").
policy
(
PrefixPolicy.prefixed
).
description
("Repeats a given message n number of times.")).
addCommand
(
IRCEventHandler.Command
().
word
("spam").
policy
(
PrefixPolicy.prefixed
).
hidden
(true))
void
onCommandRepeat
(
TwitchPlugin
plugin
,
const
ref
IRCEvent
event
)
kameloso
plugins
twitch
modules
api
common
emotes
providers
stub
aliases
SongRequestMode
classes
TwitchPlugin
enums
SRM
functions
appendToStreamHistory
complainAboutMissingTokens
initResources
initRoom
initialise
loadResources
onAnyMessage
onBusMessage
onCommandCommercial
onCommandEcount
onCommandEndPoll
onCommandFollowAge
onCommandNuke
onCommandRepeat
onCommandSetGame
onCommandSetTitle
onCommandShoutout
onCommandSongRequest
onCommandStartPoll
onCommandSubs
onCommandUptime
onCommandVanish
onCommandWatchtime
onEndOfMOTD
onGlobalUserstate
onImportant
onMyInfo
onNonHomeRoomState
onRoomState
onSelfjoin
onSelfpart
onUserstate
postprocess
promoteUserFromBadges
reload
reportStreamTime
saveResourceToDisk
saveSecretsToDisk
setup
startRoomMonitors
startSaver
startValidator
teardown
structs
Credentials
Follower
TwitchSettings
Repeats a given message n number of times.
Requires moderator privileges to work correctly.