Project

General

Profile

$banmask » History » Version 6

Per Amundsen, 08/12/2015 07:34 PM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*$banmask*
4
5 4 Per Amundsen
Returns the banmask used to ban or unban the user.
6 1 Per Amundsen
7 5 Per Amundsen
_This is only filled in the [[on BAN]] and [[on UNBAN]] [[Scripting_Events|event]]._
8 6 Per Amundsen
9
*Example*
10
11
<pre>
12
on *:BAN:*:echo -ag The banned mask is $banmask
13
14
on *:UNBAN:*:echo -ag The unbanned mask is $banmask
15
</pre>