diff options
| author | fukachan <fukachan> | 2006-10-07 13:05:17 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-10-07 13:05:17 +0000 |
| commit | 9c2fdd615846737d388d728cc441aa99a9435389 (patch) | |
| tree | 9ccb5a4989d906141a5a97e1f8311a0647cb4820 /fml/lib/FML/Command/Admin/unsubscribe.pm | |
| parent | 0433aa01ab6cab2336e17c2f0c22e2cc28df1e29 (diff) | |
| download | fml8-9c2fdd615846737d388d728cc441aa99a9435389.tar.gz fml8-9c2fdd615846737d388d728cc441aa99a9435389.tar.bz2 fml8-9c2fdd615846737d388d728cc441aa99a9435389.zip | |
fix comments.
space cosmetics.
Diffstat (limited to 'fml/lib/FML/Command/Admin/unsubscribe.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/unsubscribe.pm | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/fml/lib/FML/Command/Admin/unsubscribe.pm b/fml/lib/FML/Command/Admin/unsubscribe.pm index 7a9afd91..f056ed59 100644 --- a/fml/lib/FML/Command/Admin/unsubscribe.pm +++ b/fml/lib/FML/Command/Admin/unsubscribe.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: unsubscribe.pm,v 1.36 2006/03/04 13:48:29 fukachan Exp $ +# $FML: unsubscribe.pm,v 1.37 2006/03/05 08:08:37 fukachan Exp $ # package FML::Command::Admin::unsubscribe; @@ -27,6 +27,22 @@ remove the specified user. =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) remove the specified user. |
