From 7a1cd576ae03d7172cc3aaad8c2cce729e4cd0ec Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 18 Jan 2005 02:13:33 +0000 Subject: [PATCH] bump git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1108 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/BZFlag.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/BZFlag.pl b/blootbot/src/Modules/BZFlag.pl index f8d51f9..690e7b5 100755 --- a/blootbot/src/Modules/BZFlag.pl +++ b/blootbot/src/Modules/BZFlag.pl @@ -156,7 +156,7 @@ sub querytext { # quit if version isn't valid return 'not a bzflag server' if ($magic ne "BZFS"); # check version - if ($version eq "BZFS0025") { + if ($version eq "BZFS0026") { # 1.11.x handled here return 'read error' unless read(S1, $buffer, 1) == 1; my ($id) = unpack("C", $buffer); -- 2.39.5