From 78a96055c428d1970ece93dfb01902ac0d1699bd Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Apr 2004 22:03:32 +0000 Subject: New documentation to document user/channel mode handling git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@380 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8h.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'docs/module-doc/modules_8h.html') diff --git a/docs/module-doc/modules_8h.html b/docs/module-doc/modules_8h.html index a194ef74d..2d88557b9 100644 --- a/docs/module-doc/modules_8h.html +++ b/docs/module-doc/modules_8h.html @@ -5,7 +5,7 @@
-Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

modules.h File Reference

#include "dynamic.h"
#include "base.h"
#include "ctables.h"
@@ -162,7 +162,7 @@ Definition at line 36 of

Value:

{ MOD_RESULT = 0; \
                         for (int i = 0; i <= MODCOUNT; i++) { \
-                        int res = modules[i]->x ; \
+                        int res = modules[i]->x ; \
                         if (res) { \
                                 MOD_RESULT = res; \
                                 break; \
@@ -219,7 +219,9 @@ Definition at line 17 of
 

-Definition at line 18 of file modules.h. +Definition at line 18 of file modules.h. +

+Referenced by Server::AddExtendedMode().

@@ -243,7 +245,9 @@ Definition at line 18 of

-Definition at line 19 of file modules.h. +Definition at line 19 of file modules.h. +

+Referenced by Server::AddExtendedMode().

@@ -344,7 +348,7 @@ Low level definition of a FileReader Definition at line 29 of file modules.h.

-Referenced by FileReader::FileReader(), and FileReader::LoadFile(). +Referenced by FileReader::FileReader(), and FileReader::LoadFile().

@@ -368,7 +372,7 @@ Referenced by FileReader::F

-Definition at line 461 of file modules.h. +Definition at line 462 of file modules.h.

@@ -445,7 +449,7 @@ Definition at line 30 of

-Referenced by Server::AddCommand(). +Referenced by Server::AddCommand().

@@ -491,10 +495,10 @@ Referenced by Server::AddCo

-Referenced by Server::SendMode(). +Referenced by Server::SendMode(). -


Generated on Sat Apr 3 16:36:06 2004 for InspIRCd by +
Generated on Sun Apr 4 23:02:19 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3