diff options
author | Adam <Adam@anope.org> | 2012-09-07 23:44:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-09-07 23:44:15 -0400 |
commit | 7e3b5bed50b87d599fec25a018771ebce47f969f (patch) | |
tree | 4e74b53755ec94bc070a68017fa48e5317cb2327 /include/regchannel.h | |
parent | c9c477ff9d7e6f833fafac2ef058f82b89229f60 (diff) |
Add chanserv/set/autoop, like nickserv/set/autoop but for channels
Diffstat (limited to 'include/regchannel.h')
-rw-r--r-- | include/regchannel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 9640a6735..b22ebf677 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -62,6 +62,8 @@ enum ChannelInfoFlag CI_PERSIST, /* Chanstats are enabled */ CI_STATS, + /* If set users are not auto given any status on join */ + CI_NOAUTOOP, CI_END }; @@ -69,7 +71,7 @@ enum ChannelInfoFlag const Anope::string ChannelInfoFlagStrings[] = { "BEGIN", "KEEPTOPIC", "SECUREOPS", "PRIVATE", "TOPICLOCK", "RESTRICTED", "PEACE", "SECURE", "NO_EXPIRE", "MEMO_HARDMAX", "SECUREFOUNDER", - "SIGNKICK", "SIGNKICK_LEVEL", "SUSPENDED", "PERSIST", "STATS", "" + "SIGNKICK", "SIGNKICK_LEVEL", "SUSPENDED", "PERSIST", "STATS", "NOAUTOOP", "" }; /** Flags for badwords |