diff options
author | Adam <Adam@anope.org> | 2010-11-21 16:56:18 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:35:30 -0500 |
commit | c5eb349d41ecbc9c961ff2537d9f8985156ab476 (patch) | |
tree | ee4e35d302a77a980134d84934f77b57e69b0348 /modules/core/db_plain.cpp | |
parent | 7790a7f98c56a16e6fed2bf51168881902880c62 (diff) |
Removed the AUTODEOP level, it is unnecessary now because of cs_mode
Diffstat (limited to 'modules/core/db_plain.cpp')
-rw-r--r-- | modules/core/db_plain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/core/db_plain.cpp b/modules/core/db_plain.cpp index 78db1aba7..3fa235710 100644 --- a/modules/core/db_plain.cpp +++ b/modules/core/db_plain.cpp @@ -254,7 +254,6 @@ ChannelLevel ChannelLevels[] = { {"SET", CA_SET}, {"UNBAN", CA_UNBAN}, {"AUTOOP", CA_AUTOOP}, - {"AUTODEOP", CA_AUTODEOP}, {"AUTOVOICE", CA_AUTOVOICE}, {"OPDEOP", CA_OPDEOP}, {"ACCESS_LIST", CA_ACCESS_LIST}, |