diff options
| author | Adam <Adam@anope.org> | 2013-01-06 01:46:53 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-01-06 01:46:53 -0500 |
| commit | 77dc2e474669d8f0bee3cc047a10ddcfc4faf700 (patch) | |
| tree | 71a6082d2e3d5ae4e455c4116009827ea51deb31 | |
| parent | c5f4c8d174da882d355798b1d340ea3d13557fa5 (diff) | |
And really check for them using ssl...
| -rw-r--r-- | modules/commands/cs_enforce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp index 01a1865eb..40894183b 100644 --- a/modules/commands/cs_enforce.cpp +++ b/modules/commands/cs_enforce.cpp @@ -115,7 +115,7 @@ class CommandCSEnforce : public Command if (user->IsProtected()) continue; - if (!user->IsIdentified()) + if (!user->HasMode(UMODE_SSL)) users.push_back(user); } |
