diff options
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. |