From abdb186046bcdd83aefbc4171a00bd1ad7ec963c Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 3 Apr 2004 15:46:53 +0000 Subject: Added support for module-defined chanmodes with no parameters Fixed minor typo in example conf Added new stylesheet and docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@362 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8h.html | 75 +++++++++++++++++++++++++++++++---------- 1 file changed, 57 insertions(+), 18 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 95111c43d..a194ef74d 100644 --- a/docs/module-doc/modules_8h.html +++ b/docs/module-doc/modules_8h.html @@ -1,7 +1,7 @@ modules.h File Reference - +
@@ -53,14 +53,15 @@ This graph shows which files directly or indirectly include this file:

#define MT_CLIENT   2 #define MT_SERVER   3 #define FOREACH_MOD   for (int i = 0; i <= MODCOUNT; i++) modules[i]-> +#define FOREACH_RESULT(x)

Typedefs

-typedef std::deque< std::string > file_cacheLow level definition of a FileReader classes file cache area.

-typedef file_cache string_list -typedef DLLFactory< ModuleFactoryircd_module +typedef std::deque< std::string > file_cacheLow level definition of a FileReader classes file cache area.

+typedef file_cache string_list +typedef DLLFactory< ModuleFactoryircd_module

Functions

-void createcommand (char *cmd, handlerfunc f, char flags, int minparams) -void server_mode (char **parameters, int pcnt, userrec *user) +void createcommand (char *cmd, handlerfunc f, char flags, int minparams) +void server_mode (char **parameters, int pcnt, userrec *user)

Define Documentation

@@ -135,6 +136,44 @@ Definition at line 13 of Definition at line 36 of file modules.h. +

+ + + + +
+ + + + + + + +
#define FOREACH_RESULT  +
+
+ + + + + +
+   + + +

+Value:

{ MOD_RESULT = 0; \
+                        for (int i = 0; i <= MODCOUNT; i++) { \
+                        int res = modules[i]->x ; \
+                        if (res) { \
+                                MOD_RESULT = res; \
+                                break; \
+                        } \
+                } \
+   }
+
+

+Definition at line 44 of file modules.h.

@@ -280,7 +319,7 @@ Definition at line 12 of


Typedef Documentation

-

+

+Referenced by FileReader::FileReader(), and FileReader::LoadFile().
@@ -305,10 +344,10 @@ Low level definition of a FileReader Definition at line 29 of file modules.h.

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

-

+

+Definition at line 461 of file modules.h.
@@ -329,16 +368,16 @@ Referenced by FileReader::F

-Definition at line 426 of file modules.h.

-

+

@@ -357,7 +396,7 @@ Definition at line 30 of
-
typedef file_cache string_list + typedef file_cache string_list


Function Documentation

-

+

+Referenced by Server::AddCommand().
@@ -406,10 +445,10 @@ Definition at line 30 of

-Referenced by Server::AddCommand().

-

+

+Referenced by Server::SendMode().
@@ -452,10 +491,10 @@ Referenced by Server::AddCo

-Referenced by Server::SendMode().

-


Generated on Fri Apr 2 14:46:08 2004 for InspIRCd by +
Generated on Sat Apr 3 16:36:06 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3