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/classModeParameter.html | 122 ++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 docs/module-doc/classModeParameter.html (limited to 'docs/module-doc/classModeParameter.html') diff --git a/docs/module-doc/classModeParameter.html b/docs/module-doc/classModeParameter.html new file mode 100644 index 000000000..3acbd039e --- /dev/null +++ b/docs/module-doc/classModeParameter.html @@ -0,0 +1,122 @@ + + +ModeParameter class Reference + + + +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

ModeParameter Class Reference

Holds a custom parameter to a module-defined channel mode e.g. +More... +

+#include <channels.h> +

+Inheritance diagram for ModeParameter:

Inheritance graph
+ + + +
[legend]
Collaboration diagram for ModeParameter:

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

Public Attributes

char mode
char parameter [MAXBUF]
char channel [CHANMAX]
+

Detailed Description

+Holds a custom parameter to a module-defined channel mode e.g. +

+for +L this would hold the channel name. +

+ +

+Definition at line 59 of file channels.h.


Member Data Documentation

+

+ + + + +
+ + +
char ModeParameter::channel[CHANMAX] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file channels.h. +

+Referenced by chanrec::SetCustomModeParam().

+

+ + + + +
+ + +
char ModeParameter::mode +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file channels.h. +

+Referenced by chanrec::SetCustomModeParam().

+

+ + + + +
+ + +
char ModeParameter::parameter[MAXBUF] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file channels.h. +

+Referenced by chanrec::SetCustomModeParam().

+


The documentation for this class was generated from the following file: +
Generated on Sun Apr 4 23:02:29 2004 for InspIRCd by + +doxygen1.3-rc3
+ + -- cgit v1.2.3