[NeoStats-Devel] [Commits] rev 347 - branches/3.0

[email protected]
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Fri Mar 18 03:53:18 2005
New Revision: 347

Modified:
   branches/3.0/ChangeLog
   branches/3.0/Helpers.c
   branches/3.0/OnJoinBot.c
Log:
Update to FetchRows handlers to take size parameter

Modified: branches/3.0/ChangeLog
==============================================================================
--- branches/3.0/ChangeLog	(original)
+++ branches/3.0/ChangeLog	Fri Mar 18 03:53:18 2005
@@ -2,6 +2,7 @@
 Fish (F), Mark (M), DeadNotBuried (D)
 ==============================================================================
 3.0.a3-dev - Mark (M)
+ - Update to FetchRows handlers to take size parameter. (M)
  - Fix auth level for username and password. (M)
  - stop channels being scanned when global exclude list enabled and
    channel is on global exclude list (D)

Modified: branches/3.0/Helpers.c
==============================================================================
--- branches/3.0/Helpers.c	(original)
+++ branches/3.0/Helpers.c	Fri Mar 18 03:53:18 2005
@@ -55,7 +55,7 @@
 	irc_prefmsg (ss_bot, cmdparams->source, "AV Channel Helpers Logged in: %d", SecureServ.helpcount);
 }
 
-int LoadHelper (void *data)
+int LoadHelper (void *data, int size)
 {
 	Helper *helper;
 

Modified: branches/3.0/OnJoinBot.c
==============================================================================
--- branches/3.0/OnJoinBot.c	(original)
+++ branches/3.0/OnJoinBot.c	Fri Mar 18 03:53:18 2005
@@ -603,7 +603,7 @@
 	return 1;
 }
 
-int LoadMonChan(void *data) 
+int LoadMonChan(void *data, int size) 
 {
 	MonChan(NULL, (char *)data);
 	return NS_FALSE;
@@ -632,7 +632,7 @@
 	return 1;
 }
 
-int LoadRandomNick (void *data)
+int LoadRandomNick (void *data, int size)
 {
 	BotInfo *rnicks;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.