Mouse Options » History » Version 2
Per Amundsen, 05/18/2018 08:59 PM
1 | 1 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | h1. Mouse Options |
||
4 | |||
5 | _The commands is evaluated as a script._ |
||
6 | |||
7 | h2. Server |
||
8 | |||
9 | Sets the command to run when double-clicking in a server window. |
||
10 | |||
11 | h2. Private |
||
12 | |||
13 | Sets the command to run when double-clicking in a private window. |
||
14 | |||
15 | h2. Channel |
||
16 | |||
17 | Sets the command to run when double-clicking in a channel window. |
||
18 | |||
19 | h2. Nicklist |
||
20 | |||
21 | Sets the command to run when double-clicking a nick in the Nicklist. |
||
22 | |||
23 | h2. Notify list |
||
24 | |||
25 | Sets the command to run when double-clicking a nick in the Notify list. |
||
26 | |||
27 | h2. Message |
||
28 | |||
29 | Sets the command to run when double-clicking a nick in the text buffer. |
||
30 | 2 | Per Amundsen | |
31 | For Inserting nick into Editbox when double-clicking: |
||
32 | |||
33 | <pre> |
||
34 | /editbox -ai $$1 |
||
35 | </pre> |