@infilter

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.