summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-05-29 12:49:22 -0400
committerAdam <Adam@anope.org>2017-05-29 13:11:16 -0400
commit3f143633541a5361bf5b02b0d69b65447aea7b79 (patch)
tree3a33bd044bc8936150dcab38f355f3c3726b05e5 /include/users.h
parente36d24a6c500b5ad921041fcb905f684c09d71e9 (diff)
Remove recognized status and secure
Also remove /ns status, which is now almost useless with no recognized status, and /ns access.
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/users.h b/include/users.h
index f3847af47..6528977a0 100644
--- a/include/users.h
+++ b/include/users.h
@@ -55,8 +55,6 @@ class CoreExport User : public virtual Base, public virtual Extensible, public C
Anope::string vident;
Anope::string ident;
Anope::string uid;
- /* If the user is on the access list of the nick they're on */
- bool on_access;
/* Map of user modes and the params this user has (if any) */
ModeList modes;
/* NickServ::Account account the user is currently loggged in as, if they are logged in */
@@ -242,12 +240,6 @@ class CoreExport User : public virtual Base, public virtual Extensible, public C
*/
bool IsIdentified(bool check_nick = false) const;
- /** Check if the user is recognized for their nick (on the nicks access list)
- * @param check_secure Only returns true if the user has secure off
- * @return true or false
- */
- bool IsRecognized(bool check_secure = true) const;
-
/** Check if the user is a services oper
* @return true if they are an oper
*/