#
# the bye command
#
+# $Id$
+#
my $self = shift;
$self->state('bye');
#
# set the qra locator field
#
+# $Id$
+#
my ($self, $args) = @_;
my $user = $self->user;
return (1, "qra locator is now ", $user->qra($args));
#
# set the qth field
#
+# $Id$
+#
my ($self, $args) = @_;
my $user = $self->user;
return (1, "qth is now ", $user->qth($args));
#
# show either the current user or a nominated set
#
+# $Id$
+#
+
my $self = shift;
my @set = split; # the list of users you want listings (may be null)
#
# the shutdown command
+#
+# $Id$
#
&main::cease();