From: timriker Date: Tue, 18 Jan 2005 02:13:33 +0000 (+0000) Subject: bump X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9ca9db19bbfbe700a0bcae7cd61a472ebf66538;p=infobot.git bump git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1108 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/BZFlag.pl b/src/Modules/BZFlag.pl index f8d51f9..690e7b5 100755 --- a/src/Modules/BZFlag.pl +++ b/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);