$nadmnick » History » Version 6
Per Amundsen, 02/23/2023 06:47 PM
| 1 | 1 | Per Amundsen | _Added in 2.0_ |
|---|---|---|---|
| 2 | |||
| 3 | *$nadmnick(#,N)* |
||
| 4 | |||
| 5 | Returns the Nth non admin nick. |
||
| 6 | |||
| 7 | 6 | Per Amundsen | _See also [[$vnick]], [[$nvnick]], [[$hnick]], [[$nhnick]], [[$opnick]], [[$nopnick.]], [[$admnick]], [[$onick.]], [[$nonick]]._ |
| 8 | 3 | Per Amundsen | |
| 9 | 1 | Per Amundsen | *Parameters* |
| 10 | |||
| 11 | 3 | Per Amundsen | table(ktable). |
| 12 | |*Parameter*|*Description*| |
||
| 13 | 4 | Per Amundsen | | <notextile>#</notextile> | The channel. | |
| 14 | 3 | Per Amundsen | | N | If N = 0, number of nicks, otherwise the Nth nick. | |
| 15 | 1 | Per Amundsen | |
| 16 | *Example* |
||
| 17 | |||
| 18 | <pre> |
||
| 19 | 2 | Mr. BS | //echo -ag There is $nadmnick(#,0) non admin users |
| 20 | 1 | Per Amundsen | |
| 21 | 2 | Mr. BS | //echo -ag First non admin nick is $nadmnick(#,1) |
| 22 | 1 | Per Amundsen | </pre> |