NAME FML::Command::User::admin - entrance for priviledged command world. SYNOPSIS See "FML::Command" for more details. DESCRIPTION METHODS new() constructor. need_lock() need lock or not. lock_channel() return lock channel name. verify_syntax($curproc, $command_context) provide command specific syntax checker. process($curproc, $command_context) main command specific routine. verify_syntax($curproc, $command_context) verify the syntax command string. return 0 if it looks insecure. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2003,2004,2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY FML::Command::User::add first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.