mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Fix an inverted condition in ns_email.
This commit is contained in:
@@ -156,7 +156,7 @@ public:
|
||||
}
|
||||
|
||||
}
|
||||
if (!CheckLimitReached(source, nse->email, true))
|
||||
if (CheckLimitReached(source, nse->email, true))
|
||||
{
|
||||
ns_set_email.Unset(nc);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user