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/classExtMode.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/module-doc/classExtMode.html') diff --git a/docs/module-doc/classExtMode.html b/docs/module-doc/classExtMode.html index 6ceacba06..805cd2f47 100644 --- a/docs/module-doc/classExtMode.html +++ b/docs/module-doc/classExtMode.html @@ -5,18 +5,18 @@
-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  

ExtMode Class Reference

Collaboration diagram for ExtMode:

Collaboration graph
[legend]
List of all members. - + - - - + + +

Public Member Functions

 ExtMode (char mc, int ty, bool d_on, int p_on, int p_off)
 ExtMode (char mc, int ty, bool oper, int p_on, int p_off)

Public Attributes

char modechar
int type
bool default_on
int params_when_on
int params_when_off
int params_when_on
int params_when_off
bool needsoper

Constructor & Destructor Documentation

@@ -40,7 +40,7 @@ bool  -   d_on, +   oper, @@ -76,18 +76,18 @@

Definition at line 25 of file modules.cpp.

-

00025 : modechar(mc), type(ty), default_on(d_on), params_when_on(p_on), params_when_off(p_off) { };
+
00025 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
 

Member Data Documentation

-

+

@@ -102,16 +102,16 @@ Definition at line 25 o

-Definition at line 22 of file modules.cpp. +Definition at line 20 of file modules.cpp.

-
bool ExtMode::default_on + char ExtMode::modechar
-

+

@@ -126,10 +126,10 @@ Definition at line 22 o

-Definition at line 20 of file modules.cpp. +Definition at line 24 of file modules.cpp.

-
char ExtMode::modechar + bool ExtMode::needsoper
-

+

+Definition at line 23 of file modules.cpp.
@@ -150,10 +150,10 @@ Definition at line 20 o

-Definition at line 24 of file modules.cpp.

-

+

+Definition at line 22 of file modules.cpp.
@@ -174,7 +174,7 @@ Definition at line 24 o

-Definition at line 23 of file modules.cpp.

@@ -203,7 +203,7 @@ Definition at line 21 o


The documentation for this class was generated from the following file: -
Generated on Sat Apr 3 16:36:13 2004 for InspIRCd by +
Generated on Sun Apr 4 23:02:26 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.3.1-10-gc9f91