summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxdcc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdcc.pl b/xdcc.pl
index be7bc2e..78bf741 100755
--- a/xdcc.pl
+++ b/xdcc.pl
@@ -169,7 +169,7 @@ sub xdcc_send {
my $path = $file->{path};
Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_sending_file', $id, $nick, $file->{fn});
$server->command("/DCC send $nick $path");
- xdcc_message( $server, $nick, 'sending_file', $file->{fn} )
+ xdcc_message( $server, $nick, 'sending_file', $file->{fn} );
$sending = 1;
}