$nopnick » History » Version 2
  Mr. BS, 12/14/2015 05:12 AM 
  
| 1 | 1 | Per Amundsen | _Added in 2.0_ | 
|---|---|---|---|
| 2 | |||
| 3 | *$nopnick(#,N)* | ||
| 4 | |||
| 5 | Returns the Nth non operator 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 | 2 | Mr. BS | //echo -ag There is $nopnick(#,0) non operator users | 
| 16 | 1 | Per Amundsen | |
| 17 | 2 | Mr. BS | //echo -ag First non operator nick is $nopnick(#,1) | 
| 18 | 1 | Per Amundsen | </pre> |