$regchan.match
Checks if a channel is registered
Usage
<boolean> $regchan.match(<channel_name:string>,<network:string>)
Description
Returns 1 if <channel_name> and <network> match a registered channel entry and 0 otherwise.
Examples

echo $regchan.match(#kvirc,IRCNet)
echo $regchan.match(#kvirc,$my.network)
See also
$regchan.find

Index, Functions