X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fbeep.pl;h=af1357235c97a8b1a436a0712301a5802bdfbeea;hb=279b963d65945d5f0f9e8bdabe38045ec9568789;hp=0a7c8a16a300bd7dad801f348d1da2ba5c4ebb3a;hpb=96109dba70c32d044d653290bb3e675825c8f6ad;p=spider.git diff --git a/cmd/unset/beep.pl b/cmd/unset/beep.pl index 0a7c8a16..af135723 100644 --- a/cmd/unset/beep.pl +++ b/cmd/unset/beep.pl @@ -3,8 +3,9 @@ # # Copyright (c) 1998 - Dirk Koopman G1TLH # -# $Id$ +# # my $self = shift; +$self->user->wantbeep(0); $self->beep(0); return (1, $self->msg('beepoff'));