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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user