Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/robots



Date:	Friday March 24, 2000 @ 13:55
Author:	karthik

Update of /home/netrek/cvsroot/Vanilla/robots
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv23791

Modified Files:
	inlcmds.c 
Log Message:
Changes to support a 'whois' command.


****************************************

Index: Vanilla/robots/inlcmds.c
diff -u Vanilla/robots/inlcmds.c:1.3 Vanilla/robots/inlcmds.c:1.4
--- Vanilla/robots/inlcmds.c:1.3	Wed Feb 10 18:37:36 1999
+++ Vanilla/robots/inlcmds.c	Fri Mar 24 13:55:25 2000
@@ -176,6 +176,7 @@
   { "STATS", 0, NULL, do_nothing },
   { "SBSTATS", 0, NULL, do_nothing },
   { "QUEUE", 0, NULL, do_nothing },
+  { "WHOIS", 0, NULL, do_nothing },
   { NULL }
 };