From WikiChip
mirc/identifiers/$banmask
< mirc‎ | identifiers
Revision as of 22:46, 23 June 2014 by Zmodem (talk | contribs) (Created $banmask identifier - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$banmask returns the current user ban through either an ON BAN Event, or an ON UNBAN Event. Most of the time, a banmask returns a wildcard address, generally resembling *user*@host.net.

Synopsis

$banmask

Parameters

None

Example

Message a channel acknowledging the address when a ban takes place

ON *:BAN:#: {
  msg # Uh, oh! Looks like the address $banmask has just been banned.
}

Compatibility

See Also