From WikiChip
Editing mirc/on events/on ban

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
{{mirc title|On Ban - Events}}
+
The '''ON BAN''' event is triggered whenever a user on a channel has been banned. When the ban occurs, the two identifiers that are most closely associated with the event are the {{mIRC|$banmask}} identifier, and the {{mIRC|$bnick}} identifier. It is important to note that {{mIRC|$bnick}} is not always filled, as some bans don't always contain the nickname, but rather a [[wildcard]] in the form of a [[banmask]].
The '''ON BAN''' event is triggered whenever a user on a channel has been banned.
 
  
 
== Synopsis ==
 
== Synopsis ==
<pre>ON <level>:BAN:<*,#[,#]>:<commands></pre>
+
<pre>ON <level>:BAN:<#[,#]>:<commands></pre>
  
 
== Parameters ==
 
== Parameters ==
* '''<level>''' - The corresponding {{mIRC|access levels}} for the event to trigger.
+
<span style="display: inline-block; width: 105px;">'''<level>'''</span>The level for the event to trigger.
* '''<matchtext>''' - The corresponding {{mIRC|on text|matchtext}} for the event to trigger.
 
* '''<*><#[,#]>''' - The place, or places where the event listens, you can separate them by comma.
 
** '''*''' - Any channel window
 
** '''#''' - Any channel window
 
** '''#channel[,#]''' - one or more specific channels, separate them by comma
 
* '''<commands>''' - The commands to be performed when the event triggers
 
  
== {{mIRC|local identifiers}} ==
+
<span style="display: inline-block; width: 105px;">'''<#[,#]>'''</span>The channel or channels for which the ban occurred.
  
=== {{mIRC|$banmask}} ===
+
<div style="background-color: rgba(0,0,0,.03); display: block;"><span style="display: inline-block; margin-left: 105px; width: 65px;">'''#'''</span>If no channel mentioned, targets all channels; otherwise, a specific channel.</div>
  
Returns the banmask used to ban the user.
+
<div style="background-color: rgba(0,0,0,.06); display: block;"><span style="display: inline-block; margin-left: 105px; width: 65px;">'''[,#]'''</span>Can be used to specify multiple, literal channel targets.</div>
  
=== {{mIRC|$bnick}} ===
+
<span style="display: inline-block; width: 105px;">'''<commands>'''</span>The commands to be performed when the event listener's criteria is met.
 
 
Returns the nickname of the user being banned. It is important to note that {{mIRC|$bnick}} is not always filled, as some bans don't always contain the nickname.
 
 
 
== Comparing levels ==
 
 
 
You can compare the levels of the banner and the banned by prefixing the line with <, >, <=, =>, <> (different than), or =, in the following way:
 
 
 
<source lang="mIRC">
 
on >=2:BAN:#mIRC:/msg $chan $nick banned $banmask (legal)
 
on 1:BAN:#mIRC:/msg $chan $nick banned $banmask (illegal)
 
</source>
 
 
 
In this situation, if the banners level is larger than or equal to the banned users level, then it is a legal ban.
 
 
 
Otherwise, it defaults to the second ON BAN line which indicates that it is an illegal ban. Remember, this is comparing the banners and banned users levels and has nothing to do with the level 2 in the definition.
 
 
 
Remember that $banmask is usually a {{mirc|wildcard}} string which means that it will match both wildcard and non-wildcard user strings in your remote users section.
 
  
 
== Examples ==
 
== Examples ==
Line 60: Line 36:
 
* {{mIRC|$ibl}}
 
* {{mIRC|$ibl}}
 
* {{mIRC|/ban}}
 
* {{mIRC|/ban}}
 +
* {{mIRC|on events/on ban|on ban event}}
 
* {{mIRC|on events/on unban|on unban event}}
 
* {{mIRC|on events/on unban|on unban event}}
 
{{mIRC on event list}}
 
{{mIRC on event list}}
  
 
[[Category:mIRC on events|ban]]
 
[[Category:mIRC on events|ban]]

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)