From 08e384bb24398224856c44baa51b51977644de9d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 9 Feb 2003 12:49:00 +0000 Subject: Documentation update, 09/02/03 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@167 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classchanrec.html | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'docs/module-doc/classchanrec.html') diff --git a/docs/module-doc/classchanrec.html b/docs/module-doc/classchanrec.html index eaeb10865..bbb059682 100644 --- a/docs/module-doc/classchanrec.html +++ b/docs/module-doc/classchanrec.html @@ -61,7 +61,7 @@ This class represents a channel, and contains its name, modes, time created, top

-Definition at line 90 of file channels.h.


Constructor & Destructor Documentation

+Definition at line 70 of file channels.h.

Constructor & Destructor Documentation

@@ -91,17 +91,17 @@ Creates a channel record and initialises it with default values.

-Definition at line 158 of file channels.h. -

-

00159         {
-00160                 strcpy(name,"");
-00161                 strcpy(custom_modes,"");
-00162                 strcpy(topic,"");
-00163                 strcpy(setby,"");
-00164                 strcpy(key,"");
-00165                 created = topicset = limit = 0;
-00166                 topiclock = noexternal = inviteonly = moderated = secret = c_private = false;
-00167         }
+Definition at line 138 of file channels.h.
+

+

00139         {
+00140                 strcpy(name,"");
+00141                 strcpy(custom_modes,"");
+00142                 strcpy(topic,"");
+00143                 strcpy(setby,"");
+00144                 strcpy(key,"");
+00145                 created = topicset = limit = 0;
+00146                 topiclock = noexternal = inviteonly = moderated = secret = c_private = false;
+00147         }
 
@@ -132,9 +132,9 @@ Definition at line 158 o

-Definition at line 169 of file channels.h. +Definition at line 149 of file channels.h.

-

00169 { /* stub */ }
+
00149 { /* stub */ }
 
@@ -162,7 +162,7 @@ The list of all bans set on the channel.

-Definition at line 154 of file channels.h. +Definition at line 134 of file channels.h.

@@ -188,7 +188,7 @@ Nonzero if the mode +p is set.

This value cannot be set at the same time as chanrec::secret

-Definition at line 150 of file channels.h. +Definition at line 130 of file channels.h.

@@ -214,7 +214,7 @@ Creation time.

-Definition at line 106 of file channels.h. +Definition at line 86 of file channels.h.

@@ -240,7 +240,7 @@ Custom modes for the channel.

Plugins may use this field in any way they see fit.

-Definition at line 99 of file channels.h. +Definition at line 79 of file channels.h.

@@ -266,7 +266,7 @@ Nonzero if the mode +i is set.

-Definition at line 136 of file channels.h. +Definition at line 116 of file channels.h.

@@ -292,7 +292,7 @@ Contains the channel key.

If this value is an empty string, there is no channel key in place.

-Definition at line 124 of file channels.h. +Definition at line 104 of file channels.h.

@@ -318,7 +318,7 @@ Contains the channel user limit.

If this value is zero, there is no limit in place.

-Definition at line 119 of file channels.h. +Definition at line 99 of file channels.h.

@@ -344,7 +344,7 @@ Nonzero if the mode +m is set.

-Definition at line 140 of file channels.h. +Definition at line 120 of file channels.h.

@@ -370,7 +370,7 @@ The channels name.

-Definition at line 95 of file channels.h. +Definition at line 75 of file channels.h.

@@ -396,7 +396,7 @@ Nonzero if the mode +n is set.

-Definition at line 132 of file channels.h. +Definition at line 112 of file channels.h.

@@ -422,7 +422,7 @@ Nonzero if the mode +s is set.

This value cannot be set at the same time as chanrec::c_private

-Definition at line 145 of file channels.h. +Definition at line 125 of file channels.h.

@@ -448,7 +448,7 @@ The last user to set the topic.

If this member is an empty string, no topic was ever set.

-Definition at line 114 of file channels.h. +Definition at line 94 of file channels.h.

@@ -474,7 +474,7 @@ Channel topic.

If this is an empty string, no channel topic is set.

-Definition at line 103 of file channels.h. +Definition at line 83 of file channels.h.

@@ -500,7 +500,7 @@ Nonzero if the mode +t is set.

-Definition at line 128 of file channels.h. +Definition at line 108 of file channels.h.

@@ -526,12 +526,12 @@ Time topic was set.

If no topic was ever set, this will be equal to chanrec::created

-Definition at line 110 of file channels.h. +Definition at line 90 of file channels.h.


The documentation for this class was generated from the following file: -
Generated on Mon Jan 27 00:23:12 2003 for InspIRCd by +
Generated on Sun Feb 9 12:48:17 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3