diff options
Diffstat (limited to 'fml/lib/FML/Command/Admin/addmoderator.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/addmoderator.pm | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/fml/lib/FML/Command/Admin/addmoderator.pm b/fml/lib/FML/Command/Admin/addmoderator.pm index 9bc7db5f..bdaf7b48 100644 --- a/fml/lib/FML/Command/Admin/addmoderator.pm +++ b/fml/lib/FML/Command/Admin/addmoderator.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: addmoderator.pm,v 1.18 2006/03/04 13:48:28 fukachan Exp $ +# $FML: addmoderator.pm,v 1.19 2006/03/05 08:08:36 fukachan Exp $ # package FML::Command::Admin::addmoderator; @@ -27,8 +27,26 @@ add a new moderator address. =head1 METHODS +=head2 new() + +constructor. + +=head2 need_lock() + +need lock or not. + +=head2 lock_channel() + +return lock channel name. + +=head2 verify_syntax($curproc, $command_context) + +provide command specific syntax checker. + =head2 process($curproc, $command_context) +main command specific routine. + =cut |
