$hnick » History » Revision 10
Revision 9 (Per Amundsen, 02/23/2023 06:30 PM) → Revision 10/11 (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]] [[Scripting_Events|event]]. *Example* <pre> on *:HELP:*:echo -ag The nick opped is $hnick on *:DEHELP:*:echo -ag The nick deopped is $hnick </pre> ----------------------------------------------------------------------------- _Added in 2.0_ *$hnick(#,N)* Returns the Nth help nick. _See also [[$nhnick]], [[$nonick]], [[$onick]], [[$nadmnick]], [[$admnick]], [[$nvnick]], [[$vnick]]._ [[$nhnick]] ._ *Parameters* table(ktable). |*Parameter*|*Description*| | <notextile>#</notextile> | The channel. | | N | If N = 0, number of nicks, otherwise the Nth nick. | *Example* <pre> //echo -ag There is $hnick(#,0) help users //echo -ag First help nick is $hnick(#,1) </pre>