Project

General

Profile

Nicklist » History » Version 10

Per Amundsen, 02/13/2017 12:10 AM

1 1 Per Amundsen
_Added in 1.9.3_
2
3 5 Per Amundsen
*/nicklist [-bN|-dflor] [#channel]*
4 1 Per Amundsen
5 9 Per Amundsen
Shows/hides or sets the side to show the Nicklist.
6 1 Per Amundsen
7 10 Per Amundsen
_If no [#channel] is specified, current active channel is used,_
8
9 1 Per Amundsen
*Switches*
10
11 4 Per Amundsen
-bN - Hides Nicklist buttons if N is 0, shows Nicklist buttons if N is 1.
12 8 Per Amundsen
-f - Reset default Nicklist settings to the original defaults.
13 7 Per Amundsen
-d - Reset Nicklist on the specified channel to default settings.
14
-l - Show Nicklist on the specified channel in left side.
15
-r - Show Nicklist on the specified channel in right side.
16
-o - Hide Nicklist on the specified channel.
17
-s - Used with -l -r -o so set that as default for all Nicklist's.
18 1 Per Amundsen
19
*Parameters*
20
21
[#channel] - Channel to modify Nicklist.
22 7 Per Amundsen
23
*Example*
24
25
<pre>
26
; Shows the Nicklist on '#channel' on left side.
27
/nicklist -l #channel
28
29
; Reset the Nicklist on '#channel' to use the default Nicklist settings.
30
/nicklist -d #channel
31
32
; Change the default for all Nicklist's to show on left side.
33
/nicklist -ls
34
35
; Reset the default Nicklist settings to the original defaults.
36
/nicklist -f
37
</pre>