Project

General

Profile

$nopnick » History » Version 4

Per Amundsen, 02/23/2023 06:25 PM

1 1 Per Amundsen
_Added in 2.0_
2
3
*$nopnick(#,N)*
4
5
Returns the Nth non operator nick.
6
7 3 Per Amundsen
_See also [[$opnick]] ._
8
9 1 Per Amundsen
*Parameters*
10
11 4 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| <notextile># | The channel.</notextile> |
14
| 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 $nopnick(#,0) non operator users
20 1 Per Amundsen
21 2 Mr. BS
//echo -ag First non operator nick is $nopnick(#,1)
22 1 Per Amundsen
</pre>