$nonick » History » Version 1
Per Amundsen, 11/22/2015 12:15 AM
| 1 | 1 | Per Amundsen | _Added in 2.0_ |
|---|---|---|---|
| 2 | |||
| 3 | *$nonick(#,N)* |
||
| 4 | |||
| 5 | Returns the Nth non owner nick. |
||
| 6 | |||
| 7 | *Parameters* |
||
| 8 | |||
| 9 | <notextile># - The channel.</notextile> |
||
| 10 | N - If N = 0, number of nicks, otherwise the Nth nick. |
||
| 11 | |||
| 12 | *Example* |
||
| 13 | |||
| 14 | <pre> |
||
| 15 | echo -ag There is $nonick(#,0) non admin users |
||
| 16 | |||
| 17 | echo -ag First non admin nick is $nonick(#,1) |
||
| 18 | </pre> |