X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fbeep.pl;h=749029b3b0d42295b8f0b668d2f7aed606e27f4e;hb=fe78618f23392a6ae58542b78cc4c8dbc84e71c5;hp=0a7c8a16a300bd7dad801f348d1da2ba5c4ebb3a;hpb=bbe9659ae19097772164125b4fc97040a4e76350;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'));