Project

General

Profile

Actions

$opnick » History » Revision 8

« Previous | Revision 8/9 (diff) | Next »
Per Amundsen, 02/23/2023 06:43 PM


Added in 1.9.0

$opnick

Returns the nick that was (de)opped during a on OP on on DEOP event.

See also $nopnick .

Example

on *:OP:*:echo -ag The nick opped is $opnick

on *:DEOP:*:echo -ag The nick deopped is $opnick

Added in 2.0

$opnick(#,N)

Returns the Nth operator nick.

See also $nopnick .

Parameters

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

Example

//echo -ag There is $opnick(#,0) operator users

//echo -ag First operator nick is $opnick(#,1)

Updated by Per Amundsen about 1 year ago · 8 revisions

Also available in: PDF HTML TXT