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

And really check for them using ssl...

This commit is contained in:
Adam
2013-01-06 01:46:53 -05:00
parent c5f4c8d174
commit 77dc2e4746
+1 -1
View File
@@ -115,7 +115,7 @@ class CommandCSEnforce : public Command
if (user->IsProtected())
continue;
if (!user->IsIdentified())
if (!user->HasMode(UMODE_SSL))
users.push_back(user);
}