nochops
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | nochops [2006/08/01 20:54] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: nochops.txt, | ||
| + | ======Synopsis====== | ||
| + | $__nochops__(< | ||
| + | |||
| + | ======Technical: | ||
| + | * If the < | ||
| + | * If the < | ||
| + | * This function returns the non-channel-operators on the specified channel. | ||
| + | * You must be on the channel; the empty string is returned if you are not. | ||
| + | * Before /[[ON]] [[on CHANNEL_SYNC|CHANNEL_SYNC]] is thrown, this function may return the empty string (because EPIC does not know who are the channel operators yet.) | ||
| + | * A design defect in the historical server implementation may cause truncated nicknames to be included in the list. The client corrects these truncated nicknames by watching the WHO reply. | ||
| + | * In general you cannot use this function in a status_format. | ||
| + | |||
| + | ======Practical: | ||
| + | This function is handy if you want to +o all of the non-chanops in | ||
| + | your channel, or if you want to kick them. ;-) Or maybe you just | ||
| + | want to send them a message. | ||
| + | |||
| + | ======Returns: | ||
| + | The non-channel-operators on the specified channel. | ||
| + | channel. | ||
| + | return the empty string, or a list with truncated nicknames. | ||
| + | |||
| + | ======Examples: | ||
| + | < | ||
| + | $nochops(# | ||
| + | $nochops(*) | ||
| + | $nochops() | ||
| + | </ | ||
| + | |||
| + | ======History: | ||
| + | This function first appeared in " | ||
| + | for the default argument and for " | ||
nochops.txt · Last modified: 2006/08/01 20:54 by 127.0.0.1
