1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 05:06:37 +02:00

Changed User::IsRecognized check to default to secure

This commit is contained in:
Adam
2011-09-09 19:18:43 -04:00
parent 6bd31b0333
commit f844b0a161
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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