Project

General

Profile

$hnick » History » Version 1

Per Amundsen, 08/17/2015 01:07 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$hnick*
4
5
Returns the nick that was (de)opped during a [[on HELP]] on [[on DEHELP]] [[Scripting_Events|event]].
6
7
*Example*
8
9
<pre>
10
on *:HELP:*:echo -ag The nick opped is $hnick
11
12
on *:DEHELP:*:echo -ag The nick deopped is $hnick
13
</pre>
14
15
-----------------------------------------------------------------------------
16
17
*$hnick(#,N)*
18
19
TODO