| Path: | lib/mues/filters/inputfilter.rb (CVS) |
| Last Update: | Sat Aug 18 22:54:10 -0700 2007 |
This file contains the MUES::InputFilter class, a derivative of MUES::IOEventFilter. MUES::InputFilter is a base class for filters which are primarily concerned with receiving input from remote users, and so are likely to be responsible for parsing commands, executing actions based on user input, etc.
Filters derived from this class should typically have a sort position (see the MUES::IOEventFilter docs) of 750 or higher.
require 'mues/filters/inputfilter'
module MUES
class MyInputFilter < MUES::InputFilter
...
end
end
$Id: inputfilter.rb 1206 2004-05-09 21:25:11Z deveiant $
Copyright (c) 2000-2003 The FaerieMUD Consortium. All rights reserved.
This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.