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 /modules | |
parent | 6bd31b033323842b9d59411f7f99e92c8ec6803e (diff) |
Changed User::IsRecognized check to default to secure
Diffstat (limited to 'modules')
-rw-r--r-- | modules/extra/m_xmlrpc_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_xmlrpc_main.cpp b/modules/extra/m_xmlrpc_main.cpp index 895ad437c..ee8306e34 100644 --- a/modules/extra/m_xmlrpc_main.cpp +++ b/modules/extra/m_xmlrpc_main.cpp @@ -29,7 +29,7 @@ class XMLRPCUser : public User return na; } - bool IsRecognized(bool CheckSecure = false) + bool IsRecognized(bool CheckSecure = true) { return na; } |