Project

General

Profile

Actions

$hnick » History » Revision 10

« Previous | Revision 10/11 (diff) | Next »
Per Amundsen, 02/23/2023 06:34 PM


Added in 1.9.0

$hnick

Returns the nick that was (de)opped during a on HELP on on DEHELP event.

Example

on *:HELP:*:echo -ag The nick opped is $hnick

on *:DEHELP:*:echo -ag The nick deopped is $hnick

Added in 2.0

$hnick(#,N)

Returns the Nth help nick.

See also $nhnick, $nonick, $onick, $nadmnick, $admnick, $nvnick, $vnick.

Parameters

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

Example

//echo -ag There is $hnick(#,0) help users

//echo -ag First help nick is $hnick(#,1)

Updated by Per Amundsen about 1 year ago · 10 revisions

Also available in: PDF HTML TXT