From 07e07de14eea115273999b9706b591b586e88479 Mon Sep 17 00:00:00 2001 From: djk Date: Fri, 13 Nov 1998 18:43:11 +0000 Subject: [PATCH] added load bands --- cmd/load/bands.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cmd/load/bands.pl diff --git a/cmd/load/bands.pl b/cmd/load/bands.pl new file mode 100644 index 00000000..cd184f68 --- /dev/null +++ b/cmd/load/bands.pl @@ -0,0 +1,8 @@ +# +# load the bands file after changing it +# +my $self = shift; +return (0, $self->msg('e5')) if $self->priv < 9; +my @out = Bands::load($self); +@out = ($self->msg('ok')) if !@out; +return (1, @out); -- 2.34.1