From 72abd84be1d059f30d2537e04a5789d7211ef993 Mon Sep 17 00:00:00 2001
From: tduva Categories are given as a comma-seperated list without spaces, e.g. Categories are given as a comma-separated list without spaces, e.g. The following commands edit all entries at once, so they should be used with care:
- add <name>
- Adds a nameadd <name> <categories>
- Adds a name and directly assigns it the given categories, or adds the
- categories to the name if it already exists (categories are comma-seperated, without spaces)set <name> <categories>
- Sets the categories for this name, adding it if necessary, replacing
any present categories for this nameremove <name>
- Completely removes the given nameget <name>
- Shows the categories for this nameinfo
- Shows number of entries and used categoriescat1,cat2,cat3
.cat1,cat2,cat3
.
renameCategory <currentName> <newName>
- Renames a category, which means all occurences
@@ -117,7 +117,7 @@
/set abCommandsChannel #yourchannel
abCommands
add
and set
diff --git a/help/help-custom_commands.html b/help/help-custom_commands.html
index 2827159..af4e33b 100644
--- a/help/help-custom_commands.html
+++ b/help/help-custom_commands.html
@@ -10,7 +10,12 @@
customize some Context Menus (and the User Info Dialog) with your own entries.
Custom Commands that aren't defined in the Custom Commands list do not + have a name and can thus only be executed from the context they are + defined, for example when adding Inline-Commands + to the User Dialog or Context Menus.
+ +You can also execute Anynomous Custom Commands directly from the
+ inputbox, by prepending //
, which allows you to use
+ Replacements:
/echo Open Channels: $(chans)
Open Channels: $(chans)
//echo Open Channels: $(chans)
Open Channels: joshimuz lotsofs cirno_tv
/me slaps moobot around a bit with a large trout
This is the syntax for specifying parameters (word in this context means - anything seperated by a space):
+ anything separated by a space):$1, $2, $3
chan
stream
chan
for Chatrooms)chans
streamstatus
1
msg-id
automod-msg-id
1
2-
msg-id
>
in front
+ of message, depending on the line in chat you opened it from)automod-msg-id
1
1-
$lower(1)
with 1
referring to Fremily
turns into fremily
.$rand(<output1>,<output2>,<output3>,..)
$rand(cheesecake,strawberry cake,$1-)
+ with 1-
referring to apple pie
turns into
+ either cheesecake
, strawberry cake
or
+ apple pie
.Note: The <identifier>
parameter means only
diff --git a/help/help-guide1.html b/help/help-guide1.html
index 8d1fdb8..62ff020 100644
--- a/help/help-guide1.html
+++ b/help/help-guide1.html
@@ -14,7 +14,7 @@
This means that when you run more than one instance on the same computer, the last one you close always overwrites the settings.
-You can change the default settings directory by using the -cd
commandline paramter, which changes the settings directory to the current
working directory, meaning the settings are loaded and saved in the same
diff --git a/help/help-livestreamer.html b/help/help-livestreamer.html
index 64f7d5f..b03de90 100644
--- a/help/help-livestreamer.html
+++ b/help/help-livestreamer.html
@@ -12,7 +12,7 @@
Livestreamer is a commandline program that can be used to watch streams in a player like - VLC Player. It has to be downloaded and installed seperately from Chatty.
+ VLC Player. It has to be downloaded and installed separately from Chatty.Note: Since Livestreamer doesn't appear to be developed anymore, there is an updated fork called Streamlink, which works the same way. If you want to diff --git a/help/help-releases.html b/help/help-releases.html index 0f14ffc..88c7d32 100644 --- a/help/help-releases.html +++ b/help/help-releases.html @@ -17,6 +17,7 @@
+ 0.9.3 | 0.9.2 | 0.9.1 | 0.9 | @@ -52,7 +53,74 @@ full list of changes.
Custom Message Colors and Highlights can now also apply to Info Messages + and allow you to set the background color, so it's possible to customize + the foreground/background of almost any message in the chat window.
+ +Moderators can now delete individual messages and get who performed a + moderation action directly appended to the associated message.
+ ++### Chat +- Added ability to customize message background color (through Message Colors + settings and the "bgcolor:" prefix for Highlights) +- Added prefix "config:info" to Message Colors settings and Highlights as well, + allowing you to customize the foreground/background color for more messages + (e.g. `config:info [Notification]` in Msg. Colors to customize the color of + subscriber notifications) +- Added prefix "config:any" to match both Regular Messages and Info Messages +- Added prefix "config:firstmsg" to only match the first message of a user in + a channel during the current session +- Added "replacement:none" prefix to Filter list to have no replacement at all + +### Moderation +- Added support for deletion of single messages (Delete button automatically + added to the User Dialog) +- Append which mod performed an action (e.g. ban/timeout), and only show + separate ModAction message if no associated message is present in chat +- Output ban/timeout reason from Modlogs, since Twitch removed it from chat + +### Custom Commands +- Added "/chain" command to perform several commands at once +- Added $(chans) parameter containing all open regular channels +- Added $(msg-id) and $(automod-msg-id) parameters to User Context Menu +- Added $rand() function, to choose one random entry from the parameter list +- Extended Click-On-User-Holding-Ctrl command to allow anonymous commands +- Added "//" prefix to inputbox to directly run anonymous command + (e.g. `//echo $(chans)`) + +### TAB Completion +- Changed TAB Completion for Emoji to search within codes without min. character + limit, but only search at the beginning of words (separated by underscores) + and only at the very beginning if already too many matches +- Changed TAB Completion for Emotes/Commands to search at the beginning of words + as well (capitalized), so e.g. "chair"+TAB will find both "joshChair" and + "broughyChair" (setting options for previous behaviour or to search anywhere) + +### Misc +- Added Splash Screen that shows while Chatty is starting +- Added /marker support to add Stream Markers (also extended Stream Highlights + feature to add Stream Marker at the same time, added to Settings Dialog) +- Added ability to revoke (not just remove) Login token directly out of Chatty +- Improved debug output +- Improved performance +- Made links in info messages clickable +- Improved Username Color Correction, added several modes to choose from +- Changed "/join" command to allow joining several space-seperated channels +- Some other improvements +- Updated help + +### Bugfixes +- Fixed Custom Usericons matching a 3rd Party badge type inadvertently applying + to every user +- Fixed colors in Viewer History graph for dark Look&Feel ++ +
Highlights of this update include the changed Color Settings & Chat @@ -1191,7 +1259,7 @@ New features: Changes: - Changed message parsing to support "<name> is now hosting you" notification (only works on Twitch Client Version 3 though, see Settings - Advanced) -- Added setting to specify the timezone of the timestamp seperately from the +- Added setting to specify the timezone of the timestamp separately from the system timezone setting - Added kadgar.net to open live streams from the context menu - Added optional filter to remove combining characters used in some languages @@ -1250,7 +1318,7 @@ Changes: - Added Ctrl+J shortcut for opening Join Dialog - Save Channel Favorites sort order between sessions - Increased number of saved lines per user from 20 to 100 -- Reorganized Settings Dialog a bit (Usericons/Emoticons on seperate pages) +- Reorganized Settings Dialog a bit (Usericons/Emoticons on separate pages) - Added context menu to Race Id (blue link) in Race Viewer - Possibly improved debugging of emoticon loading errors a bit - Updated help @@ -1273,7 +1341,7 @@ Bugfixes: username, addressbook category and channel, then choose whether to completely hide them, show how many were ignored every 30s (if any) or show which users where ignored. Ignored messages also get added - to a seperate window so you can check them if you want to. + to a separate window so you can check them if you want to.
Changes: - FrankerFaceZ: Show custom mod icons (available in some channels) -- FrankerFaceZ settings, Emoticons/Icon settings seperate +- FrankerFaceZ settings, Emoticons/Icon settings separate - Prevent dialogs that can open automatically (error messages) from stealing focus - Added chat buffer size setting @@ -1685,7 +1753,7 @@ New features: Changes: - Nicks in JOIN/PART/MOD/UNMOD lines now clickable -- Settings now saved in seperate files for general settings, login data and +- Settings now saved in separate files for general settings, login data and history/favorites - Fixed tab colors, added indicator for new stream status - Added delay for global hotkey so it doesn't repeat as much if kept pressed diff --git a/help/help-setting_commands.html b/help/help-setting_commands.html index f740888..f9a1287 100644 --- a/help/help-setting_commands.html +++ b/help/help-setting_commands.html @@ -312,7 +312,7 @@portDefault String -One or more ports, seperated by comma +One or more ports, separated by comma 6667,80 Default port to connect to, which can be changed in the Settings Dialog and is saved between sessions @@ -328,7 +328,7 @@port String -One or more ports, seperated by comma +One or more ports, separated by comma empty If set, overrides the @@ -406,7 +406,8 @@defaultPort
, can be set by commandline options, not saved in between sessionscommandOnCtrlClick String -Command to run (only the command name) +Command to run (single word interpreted as command name, + otherwise anonymous command) empty The command to run when clicking on a user while holding Ctrl diff --git a/help/help-settings.html b/help/help-settings.html index 31ea674..ffb814a 100644 --- a/help/help-settings.html +++ b/help/help-settings.html @@ -29,6 +29,7 @@ | Advanced | TAB Completion | History + | Stream Highlights | HotkeysThis page details some of the settings in the Settings Dialog @@ -81,8 +82,8 @@ Message Colors [back to menu] -
You can customize the color of messages based on the same message - matching rules and patterns that are used for the +
You can customize the foreground and background color of messages based + on the same message matching rules and patterns that are used for the Highlight system (not all prefixes apply). Add a new item, enter what messages you want to match and select the color you want them to have.
@@ -90,8 +91,7 @@The order of entries can matter, the first color from the top that matches is used.
-Note: The default message color is set on the "Colors" settings - page ("Normal message").
+Note: The default colors are set on the "Colors" settings page.
Note: This feature only changes the message color. Use the Highlight system instead if you want @@ -634,10 +634,32 @@ [back to menu]
-
- Show moderator actions in chat
+- Show Moderator Actions in chat
- Show commands that moderators execute directly in chat. You can also view the same messages under
+ Only works if you are a moderator yourself. +Extra - Moderation Log
. - Only works if you are a moderator yourself.+
+ + +- Hide if associated action already visible in chat (e.g. ban)
+- Example: If a mod turns on Subscriber-Only mode, everyone + will get an info message about it, which means (if enabled, + for mods) @Mod will be appended to that info message. Due to + this, no separate Mod Action message will be shown.
+- On the other hand, if a mod unbans someone, there is no + associated message in chat, so (if enabled) a separate Mod + Action message will always be shown.
+- In addition, if a mod bans someone, but no message of that + user is currently visible in chat, then a separate Mod + Action message might be shown.
+- Append which @Mod caused an Action (e.g. ban)
+- Append the name of the moderator to actions in chat, for example + behind a deleted message or an info message such as +
+[Info] This room is now in subscribers-only mode. (@tduva)
.- Note that the association of Mod Action and existing message in chat + may not always be perfect, especially if different mods perform the + same or similiar action at the same time.
- Show messages rejected by AutoMod
- Show messages that have to be approved directly in chat. To approve @@ -710,12 +732,24 @@
- Check ignored messages: Only checks ignored messages for highlights if this is enabled.
-Add terms to be highlighted
+Overview
Add items to the list to make a message highlighted if any one of them match the message. The
+Users to never highlight
andHighlight Blacklist
settings can be used to prevent some of those Highlights.The following sections list different kinds of prefixes that can modify + the behaviour of the system:
++
+ +- Text Matching Prefixes
+- Meta Prefixes (Matching) (e.g. matching by channel, user or message type)
+- Meta Prefixes (Behaviour) (e.g. changing resulting text color)
+By default only regular chat messages are matched, however with the +
+config:info
prefix info messages (e.g. subs, chat status) + can be matched instead.Text Matching Prefixes
By default, matching is performed case-insensitive and anywhere in the message. However, you can add one of the following prefixes in front of @@ -753,23 +787,26 @@ -
Meta Prefixes
-The following prefixes don't change the matching of the text itself, but - rather provide other information for the highlight system. You can place - one or several of these prefixes before the search text (separated by +
Meta Prefixes (Matching)
+The following prefix don't match on the text itself, but define other + things that should or should not trigger a Highlight. You can place one + or several of these prefixes before the search text (separated by spaces):
-[meta-prefix:value] [..] [text-prefix:]<search text>
-
+ +user:
to specifiy one exact username (case-insensitive) +- +
user:
to specify one exact username (case-insensitive) which should highlight only if this user send the message, doesn't search in the message itself.reuser:
to specify a regex to match usernames against. + Behaves like theregm:
/re:
prefix, in that + it always tries to match the entire username. Example: +reuser:(?i)a.*
would match all names starting with "a".cat:
to specify a category the user who send the message should be in (as defined in the Addressbook).!cat:
to specify a category the user who send the message can NOT be in.chan:
to specify one or more channels the message has - to be send in to match (several channels are specified as comma-seperated + to be send in to match (several channels are specified as comma-separated list, without spaces).- @@ -799,27 +836,69 @@ the given status codes (see
!chan:
to specify one or more channels the message must NOT be send in to match.status:
for codes). For example:!status:stM
matches all 'normal' users that have no badge by default (NOT a Subscriber, Turbo User or any kind of Moderator). -- -
color:
to specify a color other than the default one - for displaying this highlight. If you have items with a custom - color defined, which match something that might also be matched - by other items (with another color or custom color) - then the order of items is important so it displays the desired color. - Items on the top are matched first, so move items up that should take - precedence. For exampletest
and -color:blue test2
. Iftest
is on the top - it will never get to the blue one, becausetest
will - always match whentest2
would match as well.config:
to specify one or more options (seperated - by comma) that changes the behaviour): +- +
config:
to specify on or more options (separated by comma, no spaces):-
+- -
silent
- Disable sounds for this item- -
!notify
- Disable notifications for this item- +
info
- This item applies to info messages instead - of regular user messages (works only for Ignoring messages at the - moment)- +
config:firstmsg
- Restrict matching to the + first message of this user in this channel during the + current session (first message in User Dialog)- +
config:info
- This item applies to info + messages instead of regular user messages- +
config:any
- This item applies to both info + messages and regular user messagesMeta Prefixes (Behaviour)
+The following prefixes don't change what is highlighted, but rather + change what a Highlight does. You can place one or several of these + prefixes before the search text (separated by spaces): +
+ +[meta-prefix:value] [..] [text-prefix:]<search text>
+
+- +
color:
to specify a color other than the default + Highlight color for displaying this Highlight (HTML Color Codes as + well as some Named Colors such as "blue").- +
bgcolor:
to specify a background color other than the + default Highlight background color for displaying this Highlight.config:
to specify one or more options (separated + by comma, no spaces): ++
- +
config:silent
- Disable sounds for this itemconfig:!notify
- Disable notifications for this itemNote: If you're using the
+ +color:
orbgcolor:
+ prefix to merely change the message color, but are not interested in + actually Highlighting it - which includes a Notification and adding the + message to the Highlighted Messages window - then consider using Custom + Message Colors instead.Order of items
+When using prefixes that change the behaviour (like setting a color) the + order of Highlight items may be important, since the settings of the + first matching item (from the top of the list) will be used. Contrary to + that, if the choice is merely whether or not to highlight, then the + order matter less (it can still matter for which matches in the message + are emphasized). + +
Example: If you have one item
+ +bgcolor:yellow user:joshimuz
+ that makes all messages of "Joshimuz" have a yellow background and + another itemstart:!bet
that highlights all messages + starting with "!bet", then messages from "Joshimuz" that also happen to + be starting with "!bet" will either have a yellow background or not, + depending on the order of the two items in the list, so which one comes + first.Note: If you have the "Highlight own name" setting enabled, then + it creates a Highlight item containing your name that will always be + checked first. So if you want to e.g. change the color of messages + containing your name as well, then you should disable that option and + manually add an appropriate entry to the list (e.g. +
+w:<yourname>
), so that you can control it's position + in the list in relation to other items yourself.Examples
- @@ -973,13 +1052,11 @@ For example if you add
word1 word2
regw:a\w*
to the list, it will remove all words starting witha
from messages in chat and replace it with..
, which can be hovered over to - show the original text. If you prependreplacement:Wordwitha
, - then instead of replacing it with the default..
, - the removed text gets replaced withWordwitha
. If - you don't just want to use this as a fun word guessing game, then a more - useful application might be to e.g. filter out parts of bot messages - that are always the same. - + show the original text. + +An example usage for this could be to shorten bot messages by removing + parts that are always the same.
+The text matching syntax is the same as for the Highlight list, although you have to remember that only the the parts of a message that match the pattern are removed, so you may have to use it a bit @@ -989,12 +1066,22 @@ also only uses the matches from the first item in the list that matches any part of the message. This may be changed in the future.
+Customize replacement
+The
+ +replacement:
prefix can be used to change the default +..
the filtered text is replaced with to something + more meaningfull. For example if your entry is +replacement:Wordwitha regw:a\w*
then the removed text gets + replaced withWordwitha
.You can use
+replacement:none
to output no replacement at + all.Log to file [back to menu]
If you enable logging, chat messages (and more if enabled) will be written - into a seperate textfile for each channel.
+ into a separate textfile for each channel.Channels
You can specify which channels should be logged:
@@ -1054,6 +1141,10 @@
- The reason is specified by the mod taking the action, so it may be consist of any text.
+- Deleted Messages
+- Single deleted messages, specifying the username and message text.
+- +
DELETED: name1 (msg1), name1 (msg2), name2 (msg3)
- Mod/Unmod
- When someone in chat is modded or unmodded. Remember that this info may be inaccurate, since mod/unmod events are not send immediately @@ -1684,6 +1775,22 @@
Both of these lists also allow you to manually add favorites, in addition to the automatic history.
++ Stream Highlights + [back to menu] +
+Allows your mods to trigger Stream Highlights, + which writes the current uptime/optional note to a textfile.
+ ++
- Mod Command Channel
+- Allows moderators in the given channel to run the command.
+- For example if your channel/stream is called
+ +zoton2
you would enterzoton2
.- Mod Command
+- The command the mods have to use to add a Stream Highlight.
+- With the default
+!highlight
mods would enter!highlight [optional message]
.Hotkeys diff --git a/help/help-short_guides.html b/help/help-short_guides.html index 983ed6b..904431c 100644 --- a/help/help-short_guides.html +++ b/help/help-short_guides.html @@ -124,7 +124,7 @@
Since Chatty can only connect to one server at a time, you either have to only join channels that are on the Event Chat servers, or run two - seperate instances of Chatty at the + separate instances of Chatty at the same time.
There are different ways of connecting to a different server:
@@ -137,7 +137,7 @@- The
+ if you are using separate settings for different instances of Chatty.Server
andPort
settings in the Settings Dialog underAdvanced
allows you to set fixed settings for the server to connect to. This especially makes sense - if you are using seperate settings for different instances of Chatty.If you want to switch between servers sometimes, you can create a diff --git a/help/help-troubleshooting.html b/help/help-troubleshooting.html index 23e9825..d7ddcfb 100644 --- a/help/help-troubleshooting.html +++ b/help/help-troubleshooting.html @@ -278,7 +278,7 @@
PATH
environment variable (that defines where to look for programs of which only the filename has been entered, not the whole path).You can enter
PATH
in a commandline window to check what is - in it. It should show a list of semicolon-seperated directories, one of which + in it. It should show a list of semicolon-separated directories, one of which should point to Java.Find errors in debug.log
diff --git a/help/help.html b/help/help.html index 9b07920..7cb19e5 100644 --- a/help/help.html +++ b/help/help.html @@ -5,7 +5,7 @@ -Chatty (Version: 0.9.2)
+Chatty (Version: 0.9.3)
- +
@@ -53,7 +53,7 @@ @@ -100,12 +100,12 @@- Livestreamer / Streamlink
- SpeedrunsLive (SRL)
- Followers/Subscribers List
-- Stream Highlights
+- Stream Highlights / Markers
- Stream Chat
Title and Tabs [back to menu]
- +When in a channel, Chatty shows some information about that channel in the titlebar, e.g.:
[40|59] - GTA:SA Speedruns (Grand Theft Auto: San Andreas)The first number is the number of people in the chat, the second is the @@ -132,16 +132,14 @@ Hotkeys [back to menu] -
You can customize most of these hotkeys in the settings, and also - add hotkeys for some functions not listed here.
Default hotkeys which can't be changed:
-
- PageUp/PageDown - Scroll up or down in chat
- Arrow Up/Down (with Ctrl for multline) - Go through Input History
- TAB - For TAB Completion
The following are more default hotkeys, however these can be changed - in the settings:
+ +The following default hotkeys can be changed in the Settings:
+
- F1 - Open help
- Ctrl-F - Find text in chat
@@ -157,6 +155,9 @@- F11 - Toggle "Fullscreen"-Mode (actually only removes the menubar and maximizes the window)
In the Settings you can configure hotkeys for many more functions than + are listed here.
+Commands [back to menu] @@ -200,16 +201,20 @@ directly by prepending them with a dot
.
instead of a slash, for example:.mods
. -Settings/Customization commands:
+Other Twitch Commands
-
+ +- Setting commands
+- Stream Highlights / Markers commands (including
+/marker
)- +
/follow [user]
,/unfollow [user]
- Follow + or unfollow the given user, or the current channel if no user is givenSettings / Customization commands:
++
- Setting commands
/setcolor <name>
- Opens the usercolor settings for the given name- Addressbook commands
-- Stream Highlights commands
- Stream Chat commands
-/follow [user]
,/unfollow [user]
- Follow - or unfollow the given user, or the current channel if no user is givenGUI commands:
@@ -225,7 +230,7 @@ the current caret position (can be useful for Custom Commands put in a menu)- + but adds spaces so it's separated from text before and after (if present)
/insertword <text>
- Same as/insert
, - but adds spaces so it's seperated from text before and after (if present)/openUrl <url>
- Opens the given url (see Open URL Command settings)- @@ -284,6 +289,20 @@ is valid and sets it as new token if it is +
/openUrlPrompt <url>
- Opens the given url after showing a prompt for confirmationExecute several commands
+The
+ +/chain
command allows you to run several commands at the + same time. Each part separated by a|
is basicially + entered into the inputbox again. Whitespace around each part is trimmed. + Escape|
with|
to use it directly.+
+- +
/chain /echo a | /echo b
- Outputs
+ +a
andb
- +
/chain /echo a | /echo ||b||
- Outputs
+a
and|b|
Twitch Login [back to menu] @@ -305,6 +324,10 @@
- Allows you to change the title/game of your stream and streams you are an editor in via the Admin Dialog.
+- +
Edit broadcast
- Allows you to create Stream Markers on your streams and streams that + you are an editor for.
+Run commercials
- Allows you to run comercials on your stream via the Admin Dialog (if you are partnered).
@@ -732,7 +755,7 @@ [back to menu]The highlight system allows you to add words or phrases that make chat - messages appear in another color and appear in a seperate window, which you can + messages appear in another color and appear in a separate window, which you can open under
View - Highlights
(you can clear the highlights window in it's context menu).More information: Highlight Settings@@ -743,7 +766,7 @@The ignore system works very similiar to the highlight system, just that it hides messages instead of highlighting them. They however also get - added to a seperated window, which you can open under
View - Ignored
+ added to a separated window, which you can open underView - Ignored
(you can clear the messagess in the window in it's context menu).Right-click on a user in chat to open the User Context Menu, where you @@ -969,7 +992,7 @@ MiniK http://static-cdn.jtvnw.net/emoticons/v1/25/1.0 set:793 id:3287Stream Chat [back to menu] -
Stream Chat is a seperate dialog, opened via the
/openStreamChat
+Stream Chat is a separate dialog, opened via the
/openStreamChat
command or theExtra
menu, that can have chat messages from one or several channels redirected to it (only regular chat messages, so no JOINS/PARTS, info messages and so on). It also can have a message timeout set, so messages will @@ -978,7 +1001,7 @@ MiniK http://static-cdn.jtvnw.net/emoticons/v1/25/1.0 set:793 id:3287The idea is to capture Stream Chat to display chat on stream and messages will only be displayed if the chat has been recently active. So this doesn't really make a lot of sense for busier channels, unless you - simply prefer to only have regular messages or to have a seperate dialog + simply prefer to only have regular messages or to have a separate dialog for the capture.Getting started
@@ -1335,7 +1358,7 @@ MiniK http://static-cdn.jtvnw.net/emoticons/v1/25/1.0 set:793 id:3287- Stream Highlights + Stream Highlights / Markers [back to menu]
Chatty can help you with creating Highlights of your stream by recording @@ -1361,29 +1384,20 @@ MiniK http://static-cdn.jtvnw.net/emoticons/v1/25/1.0 set:793 id:3287/dir command).
Allow your moderators to add highlights
-You can also let your moderators add stream highlights - (
+!highlight [comment]
), but you first have to set the channel with a - setting command:You can also let your moderators add Stream Highlights + (
-!highlight [comment]
), which you can configure under +Main - Settings - Stream Highlights
.-
+- -
/set streamHighlightChannel #<yourchannelname>
- Allows moderators in the given channel to run the command.
-- For example if your channel/stream is called
-zoton2
the - command you have to enter would be:/set streamHighlightChannel #zoton2
Stream Markers
+Twitch offers a way to add + Stream Markers + which show up when creating Highlights on the website. You can use the +
-/marker
command or add a Stream Marker automatically when + adding a Stream Highlight (changeable in the Stream Highlights settings).Optionally you can also set the following settings:
--
- -- -
/set streamHighlightChannelRespond 1
- Send a response to chat when the mod command is used (otherwise the - message is just shown locally).
-- -
/set streamHighlightCommand !highlight
- Change the mod command (in this example to
-!highlight
, - which is the default)Tip: Setting commands - are entered into the chat input box, just like Twitch Chat commands.
+For creating Stream Markers you need the
Edit broadcast
+ scope, so if you don't have that yet, you have to + request a new login token.Ignore joins/parts diff --git a/index.html b/index.html index 5468d7c..20b71b0 100644 --- a/index.html +++ b/index.html @@ -16,9 +16,9 @@ function loaded() { { ceiling: null, text: "$years years ago" } ] } - document.getElementById("ago").innerHTML = "Version 0.9.2 released "+humanized_time_span("2018/10/26", Date(), custom_date_formats)+""; + document.getElementById("ago").innerHTML = "Version 0.9.3 released "+humanized_time_span("2018/12/31", Date(), custom_date_formats)+""; - getDownloads("v0.9.2"); + getDownloads("v0.9.3"); slideshow_init("slideshow"); } @@ -156,7 +156,7 @@ function getDownloads(tag) {
Download
-Choose one of the following downloads of Chatty Version 0.9.2. For older versions or betas go to GitHub.
+Choose one of the following downloads of Chatty Version 0.9.3. For older versions or betas go to GitHub.
If this is your first time using Chatty check out the Getting Started Guide.
Windows
@@ -168,11 +168,11 @@ function getDownloads(tag) {-
- Download Windows Standalone (Installer) Recommended
+- Download Windows Standalone (Installer) Recommended
- Install into a folder of your choice and start
Chatty.exe
(or optionally created shortcuts).-
@@ -180,13 +180,13 @@ function getDownloads(tag) {- Download Windows Standalone (.zip)
+- Download Windows Standalone (.zip)
- Extract the .zip into a folder of your choice and start
Chatty.exe
.@@ -194,7 +194,7 @@ function getDownloads(tag) { -
- Download JAR-Version (Installer)
+- Download JAR-Version (Installer)
- Can select global hotkey support during installation.
- Install into a folder of your choice and start
Chatty.jar
(or optionally created shortcuts).-
- Download JAR-Version (.zip)
-- Also available with global hotkey support for 32bit-Java / 64bit-Java
+- Download JAR-Version (.zip)
+- Also available with global hotkey support for 32bit-Java / 64bit-Java
- Extract the .zip into a folder of your choice and start
Chatty.jar
.Non-Windows
-For OS other than Windows (e.g. Linux or MacOS) you will need to download the JAR-Version (.zip) and must have Java 8 or later installed on your system. Extract the .zip into a folder of your choice and start
+Chatty.jar
.For OS other than Windows (e.g. Linux or MacOS) you will need to download the JAR-Version (.zip) and must have Java 8 or later installed on your system. Extract the .zip into a folder of your choice and start
Chatty.jar
.Contact
If you have any feedback or questions feel free to contact me. You can join the Chatty Discord preferred, write me an E-Mail or use Twitter.