diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xline.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 47522f77d..b11f9f27c 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -163,9 +163,7 @@ void ELine::Unset() u->exempt = false; } - ContainerIter x = ServerInstance->XLines->lookup_lines.find("E"); - if (x != ServerInstance->XLines->lookup_lines.end()) - ServerInstance->XLines->CheckELines(); + ServerInstance->XLines->CheckELines(); } // returns a pointer to the reason if a nickname matches a qline, NULL if it didnt match |