diff options
author | tv <tv@also> | 2011-08-10 21:38:57 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-10 21:38:57 +0200 |
commit | 42e679dc0441b5dfc777444d00fb231d8741bcb3 (patch) | |
tree | 2e4190bd37bb980607b95eaeaee2bec90f678082 /filebitch | |
parent | aabe44b1e29a2ea5352e3dcd988c2b99ba2338b8 (diff) |
filebitch/disconnect_narf: 2000, 1000 is the sad sound
Diffstat (limited to 'filebitch')
-rwxr-xr-x | filebitch/disconnect_narf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filebitch/disconnect_narf.pl b/filebitch/disconnect_narf.pl index 20fc3e50..0a1deabb 100755 --- a/filebitch/disconnect_narf.pl +++ b/filebitch/disconnect_narf.pl @@ -12,4 +12,4 @@ #$ip =~ s/\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b//g; #getting some guys sitting next to the Server pissed :) my $ip = "USER"; -system("beep -l 100 -f 1000 -n -r 3 -d 10 -l 50 -f 3000"); +system("beep -l 42 -f 2000 -D 42 -n -l 42 -f 1000"); |