X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=798351773c998c62f603facd84c093c782873d34;hb=c02dc2d8b544b9d682c9a068ba13bdedf40ed3bf;hp=87182fc69f08b44218f9f8fb2e9b29251469280d;hpb=7c7080ad7019d6e23a8ad401256122e81fa03a5a;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 87182fc6..79835177 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -1224,7 +1224,7 @@ sub send_motd } $motd = "${main::motd}_$self->{lang}" unless $motd && -e $motd; $motd = $main::motd unless $motd && -e $motd; - if ($self->conn->{csort} eq 'ax25') { + if ($self->conn->ax25) { if ($motd) { $motd = "${motd}_ax25" if -e "${motd}_ax25"; } else {