Project

General

Profile

Mouse Options » History » Version 3

Per Amundsen, 05/18/2018 09:01 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 3 Per Amundsen
For Inserting nick into [[Editbox Control|Editbox]] when double-clicking:
32 2 Per Amundsen
33
<pre>
34
/editbox -ai $$1
35
</pre>