vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | URL Copy v1.2.10900 by Leuchtturm on Azshara EU |
2 | |||
3 | |||
4 | This addon makes URL's clickable links. When you click on them, a dialog with an |
||
5 | editbox will appear where you can copy the URL (ctrl+c). |
||
6 | |||
7 | Supported URL's: |
||
8 | |||
9 | *://* (http:// etc) |
||
10 | www.*.* (www.test.com/etc) |
||
11 | *.*.*.* and :* (127.0.0.1:21, numbers only) |
||
12 | *.*.* and : (test.test.com and test.test.com:8767 string can be variable. This one is for subdomains) |
||
13 | *@*.* (test@test.com, test@test.test.com) |
||
14 | |||
15 | |||
16 | Commands: |
||
17 | /ucc RRGGBB - change color on links (default is yellow) |
||
18 | /ucb on/off - set brackets on or off |