]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/xline.cpp
Log all snomasks to "snomask" log type, level DEFAULT. This means your log gets all...
[user/henk/code/inspircd.git] / src / xline.cpp
index 610af2e6c305e332050c8fb9118270e3734c8547..1e2e415cde1a2995eb44726e42dc08f8a4e008ff 100644 (file)
@@ -420,6 +420,7 @@ void XLine::DefaultApply(User* u, const std::string &line, bool bancache)
        snprintf(sreason, MAXBUF, "%s-Lined: %s", line.c_str(), this->reason);
        if (*ServerInstance->Config->MoronBanner)
                u->WriteServ("NOTICE %s :*** %s", u->nick, ServerInstance->Config->MoronBanner);
+
        if (ServerInstance->Config->HideBans)
                ServerInstance->Users->QuitUser(u, line + "-Lined", sreason);
        else