Package io.github.jtwitch.command
Interface Command
- All Known Implementing Classes:
FollowersCommand
public interface Command
Broadcasters and channel moderators appointed by the broadcaster
are equipped with a set of commands and features that will allow
them to closely monitor and moderate the chat.
These features and commands range from giving a user a quick
timeout to built in anti-spam.
- See Also:
ModeratorsCommand
,VipsCommand
,ColorCommand
,BlockCommand
,UnblockCommand
,MeCommand
,DisconnectCommand
,WhisperCommand
,MentionCommand
,DeleteCommand
,TimeoutCommand
,BanCommand
,UnbanCommand
,SlowCommand
,SlowOffCommand
,FollowersCommand
,FollowersOffCommand
,SubscribersOffCommand
,SubscribersOffCommand
,ClearCommand
,UniqueChatCommand
,UniqueChatOffCommand
,EmoteOnlyCommand
,EmoteOnlyOffCommand
,CommercialCommand
,HostCommand
,UnhostCommand
,RaidCommand
,UnraidCommand
,MarkerCommand
,AddModeratorCommand
,RemoveModeratorCommand
,AddVipCommand
,RemoveVipCommand
-
Method Summary
-
Method Details
-
getCommand
String getCommand()- Returns:
- the command of the chat (like /ban or /info)
-