Project

General

Profile

$nhnick » History » Version 3

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

1 1 Per Amundsen
_Added in 2.0_
2
3
*$nhnick(#,N)*
4
5
Returns the Nth non help nick.
6
7
*Parameters*
8
9 3 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| <notextile># | The channel.</notextile> |
12
| N | If N = 0, number of nicks, otherwise the Nth nick. |
13 1 Per Amundsen
14
*Example*
15
16
<pre>
17 2 Mr. BS
//echo -ag There is $nhnick(#,0) non help users
18 1 Per Amundsen
19 2 Mr. BS
//echo -ag First non help nick is $nhnick(#,1)
20 1 Per Amundsen
</pre>