diff options
| author | 2007-05-27 12:02:10 +0000 | |
|---|---|---|
| committer | 2007-05-27 12:02:10 +0000 | |
| commit | 4a50237d63ae019fbfaf0901ef59a772e66080df (patch) | |
| tree | f4282f212cb5eb805919e8f12ae52f0e07e53421 /include/configreader.h | |
| parent | Whoops, ++it++? Thats gonna break :p (diff) | |
Config option for default channel modes -- more to follow, don't use yet
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7163 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
| -rw-r--r-- | include/configreader.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index 70b1bc800..e596e409d 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -494,6 +494,10 @@ class CoreExport ServerConfig : public Extensible */ std::string logpath; + /** Default channel modes + */ + char DefaultModes[MAXBUF]; + /** Custom version string, which if defined can replace the system info in VERSION. */ char CustomVersion[MAXBUF]; @@ -504,7 +508,7 @@ class CoreExport ServerConfig : public Extensible /** Max banlist sizes for channels (the std::string is a glob) */ - std::map<std::string,int> maxbans; + std::map<std::string, int> maxbans; /** Directory where the inspircd binary resides */ |
