[NeoStats-Devel] [Commits] r2779 - in trunk: . src

[email protected] Tue, 30 Aug 2005 23:08:19 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Fish
Date: Tue Aug 30 21:08:05 2005
New Revision: 2779

Modified:
   trunk/TODO
   trunk/src/exclude.c
Log:
remove the closetable call for exclusions, not needed anymore

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Tue Aug 30 21:08:05 2005
@@ -14,3 +14,7 @@
 http://www.neostats.net/boards/viewtopic.php?t=1672&highlight=
 
 http://www.neostats.net/boards/viewtopic.php?p=7094#7094
+
+=rollergirl.sg.as.irc-chat.net= *** Global -- from FloodServ: Warning,
+possible flood on #services. Closing channel. AJPP: 6/1 Sec, SampleTime 5
+<-- should exclude our services channel from floodserv checking 

Modified: trunk/src/exclude.c
==============================================================================
--- trunk/src/exclude.c	(original)
+++ trunk/src/exclude.c	Tue Aug 30 21:08:05 2005
@@ -271,7 +271,6 @@
 
 void FiniExcludes( void )
 {
-	DBACloseTable( "exclusions" );
 	list_destroy_auto( exclude_list );
 }