From 749edd19307bfc62718b94dc12f666df94985c90 Mon Sep 17 00:00:00 2001 From: Jules Date: Sat, 17 Jan 2015 20:25:25 -0500 Subject: misc --- xdcc.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xdcc.pl') diff --git a/xdcc.pl b/xdcc.pl index 3ffc3e5..f4a3efe 100755 --- a/xdcc.pl +++ b/xdcc.pl @@ -68,12 +68,12 @@ EOF my $help_remote = < '[%_XDCC%_] [%d] %s ... %s', 'file_count' => '[%_XDCC%_] %d file%s', - 'file_help_get' => '[%_XDCC%_] Type %_/ctcp %nick xdcc send N%_ to request a file', + 'file_help_get' => '[%_XDCC%_] Type %_/ctcp %nick xdcc get N%_ to request a file', 'in_queue' => '[%_XDCC%_] You are #%d in queue. Requested [%d] %s', 'queue_length' => '[%_XDCC%_] %d request%s in queue', @@ -236,8 +236,8 @@ sub xdcc_report { for (my $n = 0; $n < @files ; ++$n) { Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_print_queue', $n+1, $queue[$n]->{nick}, $queue[$n]->{id}, $files[$queue[$n]->{id}-1]->{fn}); } + Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_hr'); } - Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_hr'); } sub xdcc_stats { Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_stats', "plugin version", $VERSION); -- cgit v1.2.3-70-g09d2