X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fbeep.pl;h=749029b3b0d42295b8f0b668d2f7aed606e27f4e;hb=148f4d43135748ba5aff985c50720b370ca1e336;hp=0a7c8a16a300bd7dad801f348d1da2ba5c4ebb3a;hpb=96109dba70c32d044d653290bb3e675825c8f6ad;p=spider.git diff --git a/cmd/unset/beep.pl b/cmd/unset/beep.pl index 0a7c8a16..749029b3 100644 --- a/cmd/unset/beep.pl +++ b/cmd/unset/beep.pl @@ -6,5 +6,6 @@ # $Id$ # my $self = shift; +$self->user->wantbeep(0); $self->beep(0); return (1, $self->msg('beepoff'));