Actions
$onick » History » Revision 7
« Previous |
Revision 7/8
(diff)
| Next »
Per Amundsen, 02/23/2023 06:41 PM
Added in 2.0
$onick
Returns the nick that was (de)opped during a on OWNER, on on DEOWNER 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.
See also $nhnick, $hnick, $nonick, $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 $onick(#,0) owner users echo -ag First owner nick is $onick(#,1)
Updated by Per Amundsen over 1 year ago · 7 revisions