From 77dc2e474669d8f0bee3cc047a10ddcfc4faf700 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 6 Jan 2013 01:46:53 -0500 Subject: And really check for them using ssl... --- modules/commands/cs_enforce.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_enforce.cpp') 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); } -- cgit