From c92bee4884566f11ecc540d86e8f205bd21fa5b7 Mon Sep 17 00:00:00 2001 From: Julie Lala Date: Wed, 21 Jan 2015 01:00:50 -0500 Subject: show nick in info --- xdcc.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xdcc.pl') diff --git a/xdcc.pl b/xdcc.pl index 718d21e..0f4704d 100644 --- a/xdcc.pl +++ b/xdcc.pl @@ -297,6 +297,7 @@ sub xdcc_info_remote { if (! $info) { return; } xdcc_message( $server, $nick, 'xdcc_stats', ' #', $info->{id} ); xdcc_message( $server, $nick, 'xdcc_stats', 'name', $info->{name} ); + xdcc_message( $server, $nick, 'xdcc_stats', 'nick', $info->{nick} ); xdcc_message( $server, $nick, 'xdcc_stats', 'date', $info->{date} ); xdcc_message( $server, $nick, 'xdcc_stats', 'size', $info->{size} ); xdcc_message( $server, $nick, 'xdcc_stats', 'desc', $info->{desc} ); @@ -307,6 +308,7 @@ sub xdcc_info { if (! $info) { return; } Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_stats', ' #', $info->{id} ); Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_stats', 'name', $info->{name} ); + Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_stats', 'nick', $info->{nick} ); Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_stats', 'date', $info->{date} ); Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_stats', 'size', $info->{size} ); Irssi::printformat(MSGLEVEL_CLIENTCRAP, 'xdcc_stats', 'desc', $info->{desc} ); -- cgit v1.2.3-70-g09d2