Project

General

Profile

Actions

$admnick » History » Revision 8

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


Added in 2.0

$admnick

Returns the nick that was (de)opped during a on ADMIN, on on DEADMIN event.

Example

on *:ADMIN:*:echo -ag The nick opped is $admnick

on *:DEADMIN:*:echo -ag The nick deopped is $admnick

Added in 2.0

$admnick(#,N)

Returns the Nth admin nick.

See also $nhnick, $hnick, $nonick, $onick, $nadmnick, [$nvnick]], $vnick.

Parameters

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

Example

//echo -ag There is $admnick(#,0) admin users

//echo -ag First admin nick is $admnick(#,1)

Updated by Per Amundsen about 1 year ago · 8 revisions

Also available in: PDF HTML TXT