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