1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 13:56:38 +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
@@ -29,7 +29,7 @@ class XMLRPCUser : public User
return na;
}
bool IsRecognized(bool CheckSecure = false)
bool IsRecognized(bool CheckSecure = true)
{
return na;
}