diff options
author | Adam <Adam@anope.org> | 2011-09-09 19:18:43 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-09 19:18:43 -0400 |
commit | f844b0a1614fd2fdd6ce941d545d6f6d4193a653 (patch) | |
tree | 6294e5bacc673b0de86a138cc41168759d67116f /include/users.h | |
parent | 6bd31b033323842b9d59411f7f99e92c8ec6803e (diff) |
Changed User::IsRecognized check to default to secure
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 6d7d8635e..9a1c187ec 100644 --- a/include/users.h +++ b/include/users.h @@ -194,7 +194,7 @@ class CoreExport User : public Extensible * @param CheckSecure Only returns true if the user has secure off * @return true or false */ - virtual bool IsRecognized(bool CheckSecure = false); + virtual bool IsRecognized(bool CheckSecure = true); /** Check if the user is a services oper * @return true if they are an oper |