diff --git a/help/help-custom_commands.html b/help/help-custom_commands.html
index 622672d..5cc2256 100644
--- a/help/help-custom_commands.html
+++ b/help/help-custom_commands.html
@@ -63,6 +63,11 @@
Hello World!
to chat, just as if you would have written it
yourself and pressed Enter.
Any entry in the "Custom Commands" list starting with a #
+ will be completely ignored. For example:
# Hello World!
See Replacements for more advanced usage.
1
, nick
display-nick
, custom-nick
,
+ full-nick
display-nick
+ may contain spaces for some users. custom-nick
may
+ also be the Custom Name you
+ set, full-nick
is what is displayed in the userlist
+ (includes status symbols)msg
user-id
twitch-badge-info
1
, nick
2-
, reason
user-id
followage
/
accountage
$upper(1)
with 1
referring to Fremily
turns into FREMILY
.$replace(<input>,<search>,<replace>,[method])
+ \
(\\
) and $
(\$
).cs
- Literal case-sensitive searchreg
- Regular Expression searchregRef
- Regular Expression search, with references to groups (\$1
) in the replacementregFirst
, refFirstRef
- Same as above, but only replace first occurence$replace(A b and another B,b,bee)
turns into A bee and another bee
$replace(Was timed out for 30 seconds,.*?(\\d+) seconds,Number of seconds: \$1,regRef)
turns into Number of seconds: 30
$rand([output1],[output2],[output3],..)
$rand(cheesecake,strawberry cake,$1-)
diff --git a/help/help-guide_folders.html b/help/help-guide_folders.html
index bc3bcca..aa40b90 100644
--- a/help/help-guide_folders.html
+++ b/help/help-guide_folders.html
@@ -23,33 +23,33 @@
- - Files/Directory structure | + Files / Directory structure | Backup
Learn what directories and files Chatty creates/uses.
-The settings directory by default is in your user home directory in a
- subfolder called .chatty
. If you use the -cd
- commandline parameter, then the settings directory is the current Working
- Directory.
.chatty
. You can enter the command
+ /dir
to display and /openDir
to open the
+ settings directory that Chatty currently uses.
- You can use commandline parameters by creating a shortcut and setting the
- target to something like javaw.exe -jar "D:\Chatty\Chatty.jar" -cd
.
You can change the settings directory via different ways:
-Alternatively, the -d
parameter allows you to specify
- a settings directory directly: javaw -jar "D:\Chatty\Chatty.jar" -d D:\program settings\Chatty
-
-cd
launch option changes the settings
+ directory to the current working directory.-d <dir>
launch option changes the settings
+ directory to the specified directory (which must already exist).
+ Example: -d D:\program settings\Chatty
(no quotes)You can use launch options by adding them to a shortcut + or (if you're using the standalone version) by adding it to the Chatty.cfg.
-Note: You need to edit the path to the Chatty.jar
- to where you actually have it on your computer. Also if you specify
- a custom settings directory you must create it manually before using it.
Use the command /dir
to display and /openDir
to
- open the Settings Directory.
<settings directory> | @@ -57,7 +57,7 @@|||
|-- backup | -[Folder] | +[Directory] | |
| |- backup_x_<filename> | @@ -68,57 +68,67 @@Backups meta (last backup, numbering) | ||
|-- cache | -[Folder] | +| | +|
| |- <various cache files> | +|-- cache | +[Directory] | +|
| |- <cache files> | Cached emotes/image files | ||
| | ++ | ||
|-- debuglogs | -[Folder] Files intended to be read - by the user | +[Directory] | |
| |- debug_session.log.x | -Last session debug log (overwritten every run) | +| |- <debug files> | +See Debug Log |
| |- debugx.log.x | -Rotating debug log | -||
| |- debug_ircx.log.x | -Rotating raw IRC log (only if enabled) | +| | +|
|-- exported | -[Folder] Files intended to be read - by the user | +[Directory] | |
| |- stream_highlights.txt | -Recorded stream highlights | +| |- stream_highlights.txt | +Recorded stream highlights | +
| | +|||
|-- logs | -[Folder] | +[Directory] | |
| |- <channel>.log | +| |- <log files> | Chat log files | |
| | ++ | ||
|- addressbook | -[Settings] Addressbook entries | +[Settings] Addressbook entries | |
|- login | [Settings] Your login data (keep this secure) | ||
|- favoritesAndHistory | +|- favoritesAndHistory | [Settings] Channel History/Favorites [deprecated] | |
[Settings] Main Settings File | |||
|- statusPresets | +|- statusPresets | [Settings] Stream Title/Game presets (Admin Dialog) [deprecated] |