Project

General

Profile

Actions

$vnick » History » Revision 4

« Previous | Revision 4/8 (diff) | Next »
Per Amundsen, 11/21/2015 11:53 PM


Added in 1.9.0

$vnick

Returns the nick that was (de)opped during a on VOICE, on on DEVOICE event.

Example

on *:VOICE:*:echo -ag The nick opped is $vnick

on *:DEVOICE:*:echo -ag The nick deopped is $vnick

Added in 2.0

$vnick(#,N)

Returns the Nth voice nick

Parameters

# - The channel.
N - If N = 0, number of nicks, otherwise the Nth nick.

Example

echo -ag There is $vnick(#,0) voice users

echo -ag First voice nick is $vnick(#,1)

Updated by Per Amundsen over 8 years ago · 4 revisions

Also available in: PDF HTML TXT