Project

General

Profile

Nicklist » History » Version 11

Per Amundsen, 02/16/2023 02:51 PM

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 11 Per Amundsen
table(ktable).
12
|*Switch*|*Description*|
13
| -bN | Hides Nicklist buttons if N is 0, shows Nicklist buttons if N is 1. |
14
| -f | Reset default Nicklist settings to the original defaults. |
15
| -d | Reset Nicklist on the specified channel to default settings. |
16
| -l | Show Nicklist on the specified channel in left side. |
17
| -r | Show Nicklist on the specified channel in right side. |
18
| -o | Hide Nicklist on the specified channel. |
19
| -s | Used with -l -r -o so set that as default for all Nicklist's. |
20 7 Per Amundsen
21
*Parameters*
22 1 Per Amundsen
23 11 Per Amundsen
table(ktable).
24
|*Parameter*|*Description*|
25
| [#channel] | Channel to modify Nicklist. |
26 7 Per Amundsen
27
*Example*
28
29
<pre>
30
; Shows the Nicklist on '#channel' on left side.
31
/nicklist -l #channel
32
33
; Reset the Nicklist on '#channel' to use the default Nicklist settings.
34
/nicklist -d #channel
35
36
; Change the default for all Nicklist's to show on left side.
37
/nicklist -ls
38
39
; Reset the default Nicklist settings to the original defaults.
40
/nicklist -f
41
</pre>