mirror of
https://github.com/anope/anope.git
synced 2026-06-26 06:16:38 +02:00
Changed User::IsRecognized check to default to secure
This commit is contained in:
@@ -29,7 +29,7 @@ class XMLRPCUser : public User
|
||||
return na;
|
||||
}
|
||||
|
||||
bool IsRecognized(bool CheckSecure = false)
|
||||
bool IsRecognized(bool CheckSecure = true)
|
||||
{
|
||||
return na;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user