essential-actions

Clone or download

Merge pull request #56 from j4ckofalltrades/emote-only-toggle

Emote only toggle

Modified Files

Name
R Dependencies/Java-Twirk-0.6.3.jar Binary file Go to diff View file
M build.bat +4 −0 Go to diff View file
M build.sh +3 −0 Go to diff View file
M twitch/add-stream-marker/pom.xml +4 −4 Go to diff View file
M twitch/add-stream-marker/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/clear-chat/pom.xml +4 −4 Go to diff View file
M twitch/clear-chat/src/main/java/module-info.java +1 −1 Go to diff View file
A twitch/emote-only/pom.xml +81 −0 Go to diff View file
A twitch/emote-only/src/main/java/emote_only/EmoteOnlyAction.java +126 −0 Go to diff View file
A twitch/emote-only/src/main/java/module-info.java +9 −0 Go to diff View file
M twitch/host-channel/pom.xml +4 −4 Go to diff View file
M twitch/host-channel/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/raid-channel/pom.xml +4 −4 Go to diff View file
M twitch/raid-channel/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/send-channel-msg/pom.xml +4 −4 Go to diff View file
M twitch/send-channel-msg/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/set-color/pom.xml +4 −4 Go to diff View file
M twitch/set-color/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/slow-mode/pom.xml +4 −4 Go to diff View file
M twitch/slow-mode/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/start-commercial/pom.xml +4 −4 Go to diff View file
M twitch/start-commercial/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/subs-only/pom.xml +4 −4 Go to diff View file
M twitch/subs-only/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/twitch-chat-connect/pom.xml +4 −4 Go to diff View file
M twitch/twitch-chat-connect/src/main/java/connect/chat/TwitchChatCredentials.java +4 −4 Go to diff View file
M twitch/twitch-chat-connect/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/unhost/pom.xml +4 −4 Go to diff View file
M twitch/unhost/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/unhost/src/main/java/unhost/UnhostAction.java +1 −1 Go to diff View file
M twitch/unraid/pom.xml +4 −4 Go to diff View file
M twitch/unraid/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/whisper/pom.xml +4 −4 Go to diff View file
M twitch/whisper/src/main/java/module-info.java +1 −1 Go to diff View file