diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-16 09:57:57 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-16 09:57:57 -0500 |
| commit | a61058ed4710a44adc525cab7401a8c0809edf33 (patch) | |
| tree | 6ba5814657ca1904c8d73fc470c40dbf47a35d49 | |
| parent | ff2f48915afdba40b87e112ce432528a6ed86bc6 (diff) | |
semicolon
| -rwxr-xr-x | xdcc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
