Diff for /embedaddon/mpd/doc/mpd52.html between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:56:12 version 1.1.1.4, 2021/03/17 00:39:23
Line 6 Line 6
 </HEAD>  </HEAD>
 <BODY text="#000000" bgcolor="#ffffff">  <BODY text="#000000" bgcolor="#ffffff">
   
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
  <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>   <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
  <b>:</b> <EM>Events</EM><BR>   <b>:</b> <EM>Events</EM><BR>
 <b>Previous:</b> <A HREF="mpd51.html"><EM>Script file format and execution</EM></A><BR>  <b>Previous:</b> <A HREF="mpd51.html"><EM>Script file format and execution</EM></A><BR>
Line 16 Line 16
 <HR NOSHADE>  <HR NOSHADE>
   <H2><A NAME="52"></A>6.2. Events</H2>    <H2><A NAME="52"></A>6.2. Events</H2>
 <p>An <b>event</b> is either the expiration of a timer, or the matching  <p>An <b>event</b> is either the expiration of a timer, or the matching
of some pattern in the input.  Events that haven't happened yet areof some pattern in the input.  Events that have not happened yet are
 <b>pending events</b>. Pending events are created with the  <b>pending events</b>. Pending events are created with the
 <code>timer</code> and <code>match</code> commands, respectively.</p>  <code>timer</code> and <code>match</code> commands, respectively.</p>
 <p>Each pending event has an associated label (called the <b>target  <p>Each pending event has an associated label (called the <b>target
Line 37  all other events in that set are immediately cancelled Line 37  all other events in that set are immediately cancelled
 <H3>6.2.1. <A HREF="mpd53.html#53">Timer events</A></H3>  <H3>6.2.1. <A HREF="mpd53.html#53">Timer events</A></H3>
 <H3>6.2.2. <A HREF="mpd54.html#54">Match events</A></H3>  <H3>6.2.2. <A HREF="mpd54.html#54">Match events</A></H3>
  <HR NOSHADE>   <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A><A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
  <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>   <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
  <b>:</b> <EM>Events</EM><BR>   <b>:</b> <EM>Events</EM><BR>
 <b>Previous:</b> <A HREF="mpd51.html"><EM>Script file format and execution</EM></A><BR>  <b>Previous:</b> <A HREF="mpd51.html"><EM>Script file format and execution</EM></A><BR>

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>