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:
@@ -115,7 +115,7 @@ class CommandCSEnforce : public Command
|
||||
if (user->IsProtected())
|
||||
continue;
|
||||
|
||||
if (!user->IsIdentified())
|
||||
if (!user->HasMode(UMODE_SSL))
|
||||
users.push_back(user);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user