diff options
author | Adam <Adam@anope.org> | 2012-02-26 23:23:15 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-02-26 23:23:15 -0500 |
commit | a5b9e235ae240439608aa743c9ebb3bf6e7d342a (patch) | |
tree | 9c3040b865ace191c224a94ef525ab60581c6ba5 /include/regchannel.h | |
parent | a78790eac4da788a8432d0b83fa72de7853dd697 (diff) |
Added chanserv:require config option to set which modes must be on all registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
Diffstat (limited to 'include/regchannel.h')
-rw-r--r-- | include/regchannel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 93a242a28..d7c6a8492 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -437,8 +437,6 @@ class CoreExport ChannelInfo : public Extensible, public Flags<ChannelInfoFlag, void ClearLevels(); }; -extern void check_modes(Channel *c); - extern ChannelInfo *cs_findchan(const Anope::string &chan); extern bool IsFounder(User *user, ChannelInfo *ci); extern void update_cs_lastseen(User *user, ChannelInfo *ci); |