summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-25 03:05:00 -0400
committerAdam <Adam@anope.org>2011-09-10 01:58:38 -0400
commit8c4417cad180f3c5448c5b7509b1bf2235e3077e (patch)
tree5bae0349730cae12f07e252d6d8b027bed74faf7 /include
parentd4db2b84f250b98ec3422f2be9951f567e6dc97e (diff)
Removed opnotice
Diffstat (limited to 'include')
-rw-r--r--include/regchannel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/regchannel.h b/include/regchannel.h
index 804412cc5..3add3000d 100644
--- a/include/regchannel.h
+++ b/include/regchannel.h
@@ -36,8 +36,6 @@ enum ChannelInfoFlag
CI_NO_EXPIRE,
/* Channel memo limit may not be changed */
CI_MEMO_HARDMAX,
- /* Send notice to channel on use of OP/DEOP */
- CI_OPNOTICE,
/* Stricter control of channel founder status */
CI_SECUREFOUNDER,
/* Sign kicks with the user who did the kick */
@@ -58,7 +56,7 @@ enum ChannelInfoFlag
const Anope::string ChannelInfoFlagStrings[] = {
"BEGIN", "KEEPTOPIC", "SECUREOPS", "PRIVATE", "TOPICLOCK", "RESTRICTED",
- "PEACE", "SECURE", "NO_EXPIRE", "MEMO_HARDMAX", "OPNOTICE", "SECUREFOUNDER",
+ "PEACE", "SECURE", "NO_EXPIRE", "MEMO_HARDMAX", "SECUREFOUNDER",
"SIGNKICK", "SIGNKICK_LEVEL", "SUSPENDED", "PERSIST", ""
};