diff options
| author | fukachan <fukachan> | 2001-12-22 09:53:08 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-12-22 09:53:08 +0000 |
| commit | 060f08630003d34186bbc16e6b7cd609d023bb3b (patch) | |
| tree | fde5f31806b40a4258cf46d608c2537539ace288 /fml/lib/FML/Command/Admin/bye.pm | |
| parent | 170768acc8d75190b4054a7b36d77bb55eaaa767 (diff) | |
| download | fml8-060f08630003d34186bbc16e6b7cd609d023bb3b.tar.gz fml8-060f08630003d34186bbc16e6b7cd609d023bb3b.tar.bz2 fml8-060f08630003d34186bbc16e6b7cd609d023bb3b.zip | |
update documents, comments
Diffstat (limited to 'fml/lib/FML/Command/Admin/bye.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/bye.pm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fml/lib/FML/Command/Admin/bye.pm b/fml/lib/FML/Command/Admin/bye.pm index ff995b56..98d41f81 100644 --- a/fml/lib/FML/Command/Admin/bye.pm +++ b/fml/lib/FML/Command/Admin/bye.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: bye.pm,v 1.3 2001/10/14 00:44:39 fukachan Exp $ +# $FML: bye.pm,v 1.4 2001/12/22 09:21:03 fukachan Exp $ # package FML::Command::Admin::bye; @@ -16,6 +16,11 @@ use FML::Command::Utils; use FML::Command::Admin::unsubscribe; @ISA = qw(FML::Command::Admin::unsubscribe 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) = @_; @@ -33,6 +38,8 @@ See C<FML::Command> for more details. =head1 DESCRIPTION +save as C<unsubscribe>. + =head1 AUTHOR Ken'ichi Fukamachi |
