Table of Contents

# $EPIC: chops.txt,v 1.3 2006/07/17 20:15:25 sthalik Exp $

Synopsis

$chops(<channel>)

Technical:

Practical:

The most common use of $chops() is to send a message to all the channel operators. You can use /FE to break up the list into groups that won't offend your server, and use $sar() to convert the spaces into commas.

Returns:

The channel operators on the specified channel. You must be on the channel. Before /ON CHANNEL_SYNC, this function may return the empty string, or a list with truncated nicknames.

Examples:

$chops(#foo)             shows operators on channel #foo
$chops(*)                shows channel operators on current channel
$chops()                 shows channel operators on current channel

History:

This function first appeared in “+3” (post-ircII, pre-EPIC). Support for the default argument and for “*” first appeared in “+4”.