From 7f054c8e1ab912bcae160dfdac7d45f2e7a2b5af Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 18 Jan 2005 23:05:25 +0000 Subject: [PATCH] show version git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1110 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/BZFlag.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Modules/BZFlag.pl b/src/Modules/BZFlag.pl index b5a94d2..9ea8d2f 100755 --- a/src/Modules/BZFlag.pl +++ b/src/Modules/BZFlag.pl @@ -155,6 +155,7 @@ sub querytext { # quit if version isn't valid return 'not a bzflag server' if ($magic ne "BZFS"); + $response .= "$major$minor$something$revision "; # check version if ($version eq "BZFS0026") { # 1.11.x handled here -- 2.39.5