diff options
Diffstat (limited to 'fml/lib/FML/Command/Admin/delmoderator.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/delmoderator.pm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fml/lib/FML/Command/Admin/delmoderator.pm b/fml/lib/FML/Command/Admin/delmoderator.pm index 784ae222..dbd72047 100644 --- a/fml/lib/FML/Command/Admin/delmoderator.pm +++ b/fml/lib/FML/Command/Admin/delmoderator.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: delmoderator.pm,v 1.8 2003/01/27 04:36:29 fukachan Exp $ +# $FML: delmoderator.pm,v 1.7 2003/01/27 04:40:21 fukachan Exp $ # package FML::Command::Admin::delmoderator; @@ -52,6 +52,13 @@ sub new sub need_lock { 1;} +# Descriptions: lock channel +# Arguments: none +# Side Effects: none +# Return Value: STR +sub lock_channel { return 'command_serialize';} + + # Descriptions: remove the specified moderator # Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args) # Side Effects: update $member_map $recipient_map |
