diff options
author | chai <chaifix@163.com> | 2021-11-15 13:53:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-15 13:53:59 +0800 |
commit | 942a030afd348ab2e02eac8054b43e3c3a72ea48 (patch) | |
tree | a13459f39a3d2f1b533fbd1b5ab523d7a621f673 /Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md | |
parent | e307051a56a54c27f10438fd2025edf61d0dfeed (diff) |
*rename
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md')
-rw-r--r-- | Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md b/Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md new file mode 100644 index 0000000..a61b864 --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md @@ -0,0 +1,29 @@ +# ChatLink + +Allows opening of posted URLs through the chatlog. When URLs appear in the chatlog they are prepended by a number. This number is used to identify the link and is used in commands to copy or open them. + +### Commands + +#### Copy + +``` +chatlink copy <nr> +``` + +Where `nr` is the number prepended to the respective URL. + +#### Open + +``` +chatlink open <nr> +``` + +Where `nr` is the number prepended to the respective URL. Note that this has historically had some issues with Firefox, although these may be gone by now. + +#### List + +``` +chatlink list +``` + +Displays all currently saved URLs and the number required to open them. |