From 48f367f669ff2337fbb65b9c1dc0f83c405dad4b Mon Sep 17 00:00:00 2001 From: Aleksi SmithCendron Date: Thu, 2 Feb 2017 22:24:04 +0100 Subject: [PATCH] Renamed $txt into $query The bot wasn't able to process the upload correctly since it didn't reference the correct variable --- parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.php b/parser.php index 4dcc03d..12cf566 100755 --- a/parser.php +++ b/parser.php @@ -898,7 +898,7 @@ private function parseCtcp($line, $msgs = "PRIVMSG") } - function dccParse($line, $vars, $txt) + function dccParse($line, $vars, $query) { $cVars = count($vars);