_Added in 2.0_ *$onick* Returns the nick that was (de)opped during a [[on OWNER]], on [[on DEOWNER]] [[Scripting_Events|event]]. *Example*
on *:OWNER:*:echo -ag The nick opped is $onick on *:DEOWNER:*:echo -ag The nick deopped is $onick----------------------------------------------------------------------------- _Added in 2.0_ *$onick(#,N)* Returns the Nth owner nick. *Parameters*
echo -ag There is $onick(#,0) owner users echo -ag First owner nick is $onick(#,1)