diff options
Diffstat (limited to 'fml/lib/FML/Command/User/chaddr.pm')
| -rw-r--r-- | fml/lib/FML/Command/User/chaddr.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/chaddr.pm b/fml/lib/FML/Command/User/chaddr.pm index 4e9081d4..8addc54e 100644 --- a/fml/lib/FML/Command/User/chaddr.pm +++ b/fml/lib/FML/Command/User/chaddr.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: chaddr.pm,v 1.35 2006/01/07 14:43:25 fukachan Exp $ +# $FML: chaddr.pm,v 1.36 2006/01/08 03:06:59 fukachan Exp $ # package FML::Command::User::chaddr; @@ -189,7 +189,7 @@ sub process use FML::Command::Message; my $_msg = new FML::Command::Message; - my $sc_args = { + my $sc_args = { command => "chaddr", rm_args => $optargs, }; |
