]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Be consistent with Robby's qQ snomask changes
[user/henk/code/inspircd.git] / src / users.cpp
index 73eb8413712a115be67f3ccb3d9d617cea5b82a3..39be8127227195af848f68d261db67adb27c1bf8 100644 (file)
@@ -842,7 +842,7 @@ void LocalUser::FullConnect()
 
        FOREACH_MOD(I_OnPostConnect,OnPostConnect(this));
 
-       ServerInstance->SNO->WriteToSnoMask('c',"Client connecting on port %d (class %s): %s!%s@%s [%s] [%s]",
+       ServerInstance->SNO->WriteToSnoMask('c',"Client connecting on port %d (class %s): %s!%s@%s (%s) [%s]",
                this->GetServerPort(), this->MyClass->name.c_str(), this->nick.c_str(), this->ident.c_str(), this->host.c_str(), this->GetIPString(), this->fullname.c_str());
        ServerInstance->Logs->Log("BANCACHE", DEBUG, "BanCache: Adding NEGATIVE hit for %s", this->GetIPString());
        ServerInstance->BanCache->AddHit(this->GetIPString(), "", "");