Project

General

Profile

Showmenu » History » Version 1

Per Amundsen, 12/06/2016 04:13 AM

1 1 Per Amundsen
_Added in 2.7_
2
3
*/showmenu [-qnmcsuw] [window|nick} [nick} [x y]*
4
5
Shows the specified context-menu type for current active window or [window|nick].
6
7
By default the menu opens relative to the current active Editbox.
8
9
The menu
10
11
*Switches*
12
13
-q - Show the Query menu.
14
-n - Show the Nicklist menu.
15
-m - Shows the Menubar menu.
16
-c - Shows the Channel menu.
17
-s - Shows the Status menu.
18
-u - Shows the specified @custom menu.
19
-w - Shows the Window menu.
20
21
*Parameters*
22
23
[window|nick} - Window or query nick to open the menu for.
24
[nick} - The Nicklist/Query nick to open the menu for.
25
[x y] - The X and Y position to open the menu at.
26
27
*Example*
28
29
<pre>
30
; Opens the channel menu for the channel #test at x y position 42 42.
31
/showmenu -c #test 42 42
32
</pre>