diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-02 13:46:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-02 13:46:51 +0000 |
commit | 5028040d96a9c736f48ad2b62c6232078bf470db (patch) | |
tree | c7d01064aaf1b3257fb57c6f79f0ffe89762362a /src/xline.cpp | |
parent | 5ecd5447d0f52592b121778f251965179597466d (diff) |
Move lookup_lines to private, theres no need for it to be public any more
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8460 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/xline.cpp')
-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 |