[NeoStats-Devel] [Commits] r371 - branches/3.0

[email protected] Tue, 6 Sep 2005 07:18:41 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Tue Sep  6 05:18:38 2005
New Revision: 371

Modified:
   branches/3.0/SecureServ.c
Log:
introduce CTCP master bot system

Modified: branches/3.0/SecureServ.c
==============================================================================
--- branches/3.0/SecureServ.c	(original)
+++ branches/3.0/SecureServ.c	Tue Sep  6 05:18:38 2005
@@ -128,7 +128,7 @@
 	"TS",
 	BOT_COMMON_HOST, 
 	"Trojan Scanning Bot",
-	BOT_FLAG_SERVICEBOT|BOT_FLAG_DEAF, 
+	BOT_FLAG_SERVICEBOT|BOT_FLAG_DEAF|BOT_FLAG_CTCPVERSIONMASTER, 
 	ss_commands, 
 	ss_settings,
 };