[NeoStats-Devel] [Commits] r2581 - in trunk: include src/protocol

[email protected]
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Wed May  4 06:58:51 2005
New Revision: 2581

Modified:
   trunk/include/protocol.h
   trunk/src/protocol/bahamut18.c
Log:
bahamut 1.8 should now be stable

Modified: trunk/include/protocol.h
==============================================================================
--- trunk/include/protocol.h	(original)
+++ trunk/include/protocol.h	Wed May  4 06:58:51 2005
@@ -95,7 +95,9 @@
 MODULEVAR extern ProtocolInfo protocol_info;
 #endif /* NEOSTATSCORE */
 #ifdef NEOSTATSCORE
+#ifndef MSGDEF
 #define MSGDEF( msg ) char *msg;
+#endif /* MSGDEF */
 #else /* NEOSTATSCORE */
 #define MSGDEF( msg ) MODULEVAR extern const char msg[];
 #endif /* NEOSTATSCORE */
@@ -195,6 +197,10 @@
 MSGDEF( TOK_SQLINE );
 MSGDEF( MSG_UNSQLINE );
 MSGDEF( TOK_UNSQLINE );
+MSGDEF( MSG_SGLINE );
+MSGDEF( TOK_SGLINE );
+MSGDEF( MSG_UNSGLINE );
+MSGDEF( TOK_UNSGLINE );
 MSGDEF( MSG_ZLINE );
 MSGDEF( TOK_ZLINE );
 MSGDEF( MSG_UNZLINE );

Modified: trunk/src/protocol/bahamut18.c
==============================================================================
--- trunk/src/protocol/bahamut18.c	(original)
+++ trunk/src/protocol/bahamut18.c	Wed May  4 06:58:51 2005
@@ -156,7 +156,7 @@
 ProtocolInfo protocol_info = 
 {
 	/* Protocol options required by this IRCd */
-	PROTOCOL_SJOIN | PROTOCOL_NICKIP,
+	PROTOCOL_SJOIN | PROTOCOL_NICKIP | PROTOCOL_NOQUIT,
 	/* Protocol options negotiated at link by this IRCd */
 	0,
 	/* Features supported by this IRCd */
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.