Project

General

Profile

Actions

$comchan » History » Revision 1

Revision 1/4 | Next »
Per Amundsen, 08/11/2015 01:30 PM


Added in 1.9.0

$comchan(nick,N)

Returns the names of channels which both you and nick are on.

Parameters

nick - The nick to compare channels with.
N - If N = 0, number of channels you share, otherwise the Nth channel.

Properties

.op - Returns $true if you are op on this channel, otherwise $false.
.help Returns $true if you are halfop on this channel, otherwise $false.-
.voice - Returns $true if you have voice on this channel, otherwise $false.

Example

; Print number of channels you share with nick.
//echo -ag $comchan(nick, 0)

; Print the first channel you share with nick.
//echo -ag $comchan(nick, 1)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT