<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=On_wallops</id>
	<title>On wallops - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=On_wallops"/>
	<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=On_wallops&amp;action=history"/>
	<updated>2026-06-04T03:25:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://script.quakenet.org/wiki/index.php?title=On_wallops&amp;diff=4445&amp;oldid=prev</id>
		<title>Doomie at 17:34, 11 December 2005</title>
		<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=On_wallops&amp;diff=4445&amp;oldid=prev"/>
		<updated>2005-12-11T17:34:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The on WALLOPS event triggers when you receive a wallops message.&lt;br /&gt;
 on &amp;lt;level&amp;gt;:WALLOPS:&amp;lt;matchtext&amp;gt;:&amp;lt;commands&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The matchtext can be a [[If-Then-Else#The_Operators|wildcard]] match or even a [[Regular_Expression|regular expression]]. &lt;br /&gt;
To use regular expressions as matchtext, you need the [[Access_Levels|$-Prefix]].&lt;br /&gt;
&lt;br /&gt;
Read [[Access_Levels|access levels]] to get more info about the &amp;lt;level&amp;gt; field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This event triggers whenever you receive a:&lt;br /&gt;
*[[:Category:Raw_wallops|WALLOP]] - first char is a * (usermode +o required)&lt;br /&gt;
*[[:Category:Raw_wallusers|WALLUSER]] - first char is a $ (usermode +w required) &lt;br /&gt;
*WALLDESYNCH - no special first char (usermode +g required - desynchs are for server/services to report protocol violations)&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
The following event will react on every WALLOP, let it be a real WALLOP, a WALLUSER or a WALLDESYNCH.&lt;br /&gt;
 on *:WALLOP:*: {&lt;br /&gt;
  ; if the first word is a *, its a real WALLOP, lets echo it to the status window&lt;br /&gt;
  [[if]] ([[$1-|$1]] == *) { [[echo]] -s New WALLOP: $1- }&lt;br /&gt;
  ; if its a $, its a WALLUSER&lt;br /&gt;
  elseif ($1 == $) { echo -s New WALLUSERS: $1- }&lt;br /&gt;
  ; else its a WALLDESYNCH&lt;br /&gt;
  else { echo -s New WALLDESYNCH: $1- }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;/div&gt;</summary>
		<author><name>Doomie</name></author>
	</entry>
</feed>