summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--notify.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/notify.pl b/notify.pl
index 29acbd5..cceb193 100644
--- a/notify.pl
+++ b/notify.pl
@@ -57,7 +57,7 @@ sub message_private_notify {
sub dcc_request_notify {
my ($dcc, $sendaddr) = @_;
- my $server = $dest->{server};
+ my $server = $dcc->{server};
return if (!$dcc);
notify($server, "DCC ".$dcc->{type}." request", $sendaddr);