From 1ea860b5708d065f9ed51234fc031969215fd806 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 13:47:31 +0000 Subject: Updated documentation to document Server::SendMode git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@356 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/channels_8cpp-source.html | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/module-doc/channels_8cpp-source.html (limited to 'docs/module-doc/channels_8cpp-source.html') diff --git a/docs/module-doc/channels_8cpp-source.html b/docs/module-doc/channels_8cpp-source.html new file mode 100644 index 000000000..6962adf43 --- /dev/null +++ b/docs/module-doc/channels_8cpp-source.html @@ -0,0 +1,40 @@ + + +channels.cpp Source File + + + +
+Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

channels.cpp

Go to the documentation of this file.
00001 #include "inspircd_config.h" 
+00002 #include "channels.h"
+00003 #include "inspircd.h"
+00004 #include <stdio.h>
+00005 
+00006 chanrec::chanrec()
+00007 {
+00008         strcpy(name,"");
+00009         strcpy(custom_modes,"");
+00010         strcpy(topic,"");
+00011         strcpy(setby,"");
+00012         strcpy(key,"");
+00013         created = topicset = limit = 0;
+00014         topiclock = noexternal = inviteonly = moderated = secret = c_private = false;
+00015 }
+00016 
+00017 void chanrec::SetCustomMode(char mode,bool mode_on)
+00018 {
+00019 }
+00020 
+00021 void chanrec::SetCustomModeParam(char mode,char* parameter,bool mode_on)
+00022 {
+00023 }
+00024 
+00025 
+00026 
+

Generated on Fri Apr 2 14:46:04 2004 for InspIRCd by + +doxygen1.3-rc3
+ + -- cgit v1.3.1-10-gc9f91