onCommandSetTitle

Changes the title of the current channel.

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.SELFCHAN).permissionsRequired(Permissions.operator).channelPolicy(ChannelPolicy.home).fiber(true).addCommand(IRCEventHandler.Command().word("settitle").policy(PrefixPolicy.prefixed).description("Sets the channel title.").addSyntax("$command [title]")).addCommand(IRCEventHandler.Command().word("title").policy(PrefixPolicy.prefixed).hidden(true))
void
onCommandSetTitle

See Also