summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-01-16 09:57:57 -0500
committerJules Laplace <jules@okfoc.us>2015-01-16 09:57:57 -0500
commita61058ed4710a44adc525cab7401a8c0809edf33 (patch)
tree6ba5814657ca1904c8d73fc470c40dbf47a35d49
parentff2f48915afdba40b87e112ce432528a6ed86bc6 (diff)
semicolon
-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;
}