1. Fixed problems with sh/rcmd (talk/ann/log) with a callsign as argument and
[spider.git] / cmd / bye.pl
1 #
2 # the bye command
3 #
4 # $Id$
5 #
6
7 my $self = shift;
8 $self->state('bye');
9 return (1);