diff options
author | Adam <Adam@anope.org> | 2012-10-30 22:07:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-30 22:07:15 -0400 |
commit | a39947cd3c6c76cb708de7d328aabde62e39be0b (patch) | |
tree | 5ca3674d58fc572125ee4e804e323c096935708d /include/account.h | |
parent | 1730bfb2bc2a664f6b555152c1251384669ee661 (diff) |
Made os_forbid honor nssecureadmins
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/account.h b/include/account.h index 7879a578e..23b09b7de 100644 --- a/include/account.h +++ b/include/account.h @@ -92,8 +92,6 @@ enum NickCoreFlag NI_SUSPENDED, /* Autoop nickname in channels */ NI_AUTOOP, - /* This nickcore is forbidden, which means the nickalias for it is aswell */ - NI_FORBIDDEN, /* If set means the nick core does not have their email addrses confirmed. */ NI_UNCONFIRMED, @@ -106,7 +104,7 @@ enum NickCoreFlag const Anope::string NickCoreFlagStrings[] = { "BEGIN", "KILLPROTECT", "SECURE", "MSG", "MEMO_HARDMAX", "MEMO_SIGNON", "MEMO_RECEIVE", "PRIVATE", "HIDE_EMAIL", "HIDE_MASK", "HIDE_QUIT", "KILL_QUICK", "KILL_IMMED", - "MEMO_MAIL", "HIDE_STATUS", "SUSPENDED", "AUTOOP", "FORBIDDEN", "UNCONFIRMED", "STATS", "" + "MEMO_MAIL", "HIDE_STATUS", "SUSPENDED", "AUTOOP", "UNCONFIRMED", "STATS", "" }; /* It matters that Base is here before Extensible (it is inherited by Serializable) */ |