summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/signoff.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-22 09:53:08 +0000
committerfukachan <fukachan>2001-12-22 09:53:08 +0000
commit060f08630003d34186bbc16e6b7cd609d023bb3b (patch)
treefde5f31806b40a4258cf46d608c2537539ace288 /fml/lib/FML/Command/Admin/signoff.pm
parent170768acc8d75190b4054a7b36d77bb55eaaa767 (diff)
downloadfml8-060f08630003d34186bbc16e6b7cd609d023bb3b.tar.gz
fml8-060f08630003d34186bbc16e6b7cd609d023bb3b.tar.bz2
fml8-060f08630003d34186bbc16e6b7cd609d023bb3b.zip
update documents, comments
Diffstat (limited to 'fml/lib/FML/Command/Admin/signoff.pm')
-rw-r--r--fml/lib/FML/Command/Admin/signoff.pm11
1 files changed, 10 insertions, 1 deletions
diff --git a/fml/lib/FML/Command/Admin/signoff.pm b/fml/lib/FML/Command/Admin/signoff.pm
index 8e3f2577..9bcbe5e2 100644
--- a/fml/lib/FML/Command/Admin/signoff.pm
+++ b/fml/lib/FML/Command/Admin/signoff.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: signoff.pm,v 1.2 2001/10/14 00:44:40 fukachan Exp $
+# $FML: signoff.pm,v 1.3 2001/12/22 09:21:04 fukachan Exp $
#
package FML::Command::Admin::signoff;
@@ -16,6 +16,11 @@ use FML::Command::Utils;
use FML::Command::Admin::unsubscribe;
@ISA = qw(FML::Command::Admin::unsubscribe use FML::Command::Utils);
+
+# Descriptions: unsubscribe user
+# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Side Effects: forward request to unsubscribe module
+# Return Value: none
sub process
{
my ($self, $curproc, $command_args) = @_;
@@ -29,8 +34,12 @@ FML::Command::Admin::signoff - signoff the specified member
=head1 SYNOPSIS
+See C<FML::Command> for more details.
+
=head1 DESCRIPTION
+all requests are forwarded to C<FML::Command::Admin::unsubscribe>.
+
=head1 AUTHOR
Ken'ichi Fukamachi