From e53c7aa50c815761f84e0ba3a28c0e6e58dc025f Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 12:43:49 +0000 Subject: Added Module::OnAccessCheck Added ListMode support git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@758 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classExtMode.html | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'docs/module-doc/classExtMode.html') diff --git a/docs/module-doc/classExtMode.html b/docs/module-doc/classExtMode.html index eaf57547f..751aad764 100644 --- a/docs/module-doc/classExtMode.html +++ b/docs/module-doc/classExtMode.html @@ -24,6 +24,7 @@ int params_when_on int params_when_off bool needsoper +bool list

Constructor & Destructor Documentation

@@ -81,13 +82,37 @@

-Definition at line 29 of file modules.cpp. +Definition at line 30 of file modules.cpp.

-

00029 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
+
00030 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
 

Member Data Documentation

+

+ + + + +
+ + +
bool ExtMode::list +
+
+ + + + + +
+   + + +

+ +

+Definition at line 29 of file modules.cpp.

@@ -210,7 +235,7 @@ Definition at line 25 o


The documentation for this class was generated from the following file: -
Generated on Fri Apr 30 15:46:38 2004 for InspIRCd by +
Generated on Sat May 1 13:39:17 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3