summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-01-16 04:00:37 +0000
committerPaul W. Frields <stickster@gmail.com>2007-01-16 04:00:37 +0000
commitede1d55ccd17731ad5835ea89f3d97763f855a69 (patch)
treebaddfcaa20c0415522ee05690dcb3aa53a3ab7bb
parent728f37d72f278740c8242dd539c13b4d631ef4da (diff)
downloadirssi-notify-ede1d55ccd17731ad5835ea89f3d97763f855a69.tar.gz
irssi-notify-ede1d55ccd17731ad5835ea89f3d97763f855a69.tar.xz
irssi-notify-ede1d55ccd17731ad5835ea89f3d97763f855a69.zip
Fix invalid ref
git-svn-id: https://irssi-libnotify.googlecode.com/svn/trunk@14 291cbfae-0d27-0410-99d7-557b17e6fe3d
-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);