diff options
| author | Alex Checca | 2016-01-20 20:44:02 -0500 | 
|---|---|---|
| committer | Alex Checca | 2016-01-20 20:44:02 -0500 | 
| commit | 53e2ce6eb04327659c894b0a42676ebb044604fb (patch) | |
| tree | fd8c609ce7fbefd4ef92d5303aa1fb4495b00fb2 /scripts | |
| parent | 53bc5df277ecbd06a07f7beda6add968a9274278 (diff) | |
| download | scripts.irssi.org-53e2ce6eb04327659c894b0a42676ebb044604fb.tar.bz2 | |
bugfix
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/xdcc_autoget.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/xdcc_autoget.pl b/scripts/xdcc_autoget.pl index 05f55d8..ed5e206 100644 --- a/scripts/xdcc_autoget.pl +++ b/scripts/xdcc_autoget.pl @@ -361,7 +361,7 @@ sub ag_packrequest	#sends the xdcc send request, and retries on failure  sub ag_opendcc	#runs on DCC recieve init  { -	Irssi::signal_continue; +	&Irssi::signal_continue;  	my ($gdcc) = @_;	#current pack  	my $botname = $gdcc->{'nick'};  	my $filename = $gdcc->{'arg'}; | 
