@infilter

From TinyMUX
Revision as of 18:07, 2 January 2006 by Mark (talk | contribs) (Init page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

COMMAND: @infilter <object> = <pattern>[, <pattern>...]

ATTRIBUTE: Infilter

This attribute specifies a series of patterns to be used to suppress text normally sent to the contents of <object> by @listen. If the desired pattern contains a comma, the pattern may be enclosed in curly braces {}.

Examples

   > @listen sports car=*
   > @force test=enter sports car
   test has left.
   test> Sports Car(#383Q)
   > :waves.
   test> Wizard waves.
   Wizard waves.
   > @infilter sports = *waves*
   > :waves.
   Wizard waves.
   > :knocks on the window.
   test> Wizard knocks on the window.
   Wizard knocks on the window.

Related Topics: @filter, @inprefix, @listen, @prefix.