$admnick » History » Revision 3
Revision 2 (Per Amundsen, 11/21/2015 09:43 PM) → Revision 3/9 (Per Amundsen, 11/21/2015 11:55 PM)
_Added in 2.0_ *$admnick* Returns the nick that was (de)opped during a [[on ADMIN]], on [[on DEADMIN]] [[Scripting_Events|event]]. *Example* <pre> on *:ADMIN:*:echo -ag The nick opped is $admnick on *:DEADMIN:*:echo -ag The nick deopped is $admnick </pre> ----------------------------------------------------------------------------- _Added in 2.0_ *$admnick(#,N)* Returns the Nth admin nick. *Parameters* <notextile># - The channel.</notextile> N - If N = 0, number of nicks, otherwise the Nth nick. *Example* <pre> echo -ag There is $admnick(#,0) admin users echo -ag First admin nick is $admnick(#,1) </pre> TODO