[NeoStats-Devel] [Commits] r2717 - trunk/modules/hostserv

[email protected] Sat, 13 Aug 2005 22:12:55 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Fish
Date: Sat Aug 13 20:12:49 2005
New Revision: 2717

Modified:
   trunk/modules/hostserv/hostserv.c
Log:
w00ps

Modified: trunk/modules/hostserv/hostserv.c
==============================================================================
--- trunk/modules/hostserv/hostserv.c	(original)
+++ trunk/modules/hostserv/hostserv.c	Sat Aug 13 20:12:49 2005
@@ -372,13 +372,11 @@
 	char vhost[MAXHOST];
 
 	SET_SEGV_LOCATION();
-printf("i'm here \n");
 	if( IsOper( cmdparams->source ) && hs_cfg.operhosts == 0 ) 
 		return NS_SUCCESS;
 	/* first, find if its a regnick mode */
 	modes = cmdparams->param;
 	while( *modes ) {
-printf("%c %c\n", *modes, UmodeChRegNick);
 		switch( *modes ) {
 		case '+':
 			add = 1;