diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-27 12:02:10 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-27 12:02:10 +0000 |
commit | 4a50237d63ae019fbfaf0901ef59a772e66080df (patch) | |
tree | f4282f212cb5eb805919e8f12ae52f0e07e53421 /include/channels.h | |
parent | 140b01ba4927e7d6b85504ff740ae443b0f2df2a (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/channels.h')
-rw-r--r-- | include/channels.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h index 950275974..20454e0b9 100644 --- a/include/channels.h +++ b/include/channels.h @@ -122,6 +122,10 @@ class CoreExport chanrec : public Extensible */ static chanrec* ForceChan(InspIRCd* Instance, chanrec* Ptr, userrec* user, const std::string &privs); + /** Set default modes for the channel on creation + */ + void SetDefaultModes(); + prefixlist prefixes; /** Maximum number of bans (cached) |