_Added in 2.0_ *$admnick* Returns the nick that was (de)opped during a [[on ADMIN]], on [[on DEADMIN]] [[Scripting_Events|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 [[$vnick]], [[$nvnick]], [[$hnick]], [[$nhnick]], [[$opnick]], [[$nopnick.]], [[$nadmnick]], [[$onick.]], [[$nonick]]._ *Parameters* table(ktable). |*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)