summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/ChatLink/ReadMe.md
blob: a61b864ff741098320ff599b3657f8da445e1ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.