diff options
author | Sir Poggles <sir.pogsalot@gmail.com> | 2012-06-12 18:58:45 -0700 |
---|---|---|
committer | Sir Poggles <sir.pogsalot@gmail.com> | 2012-06-12 22:49:29 -0700 |
commit | 0ca64d8c137726f6d3547b75588e26d1f61ce464 (patch) | |
tree | b2843f43ba793c03b0f0bc46cb2116d9721a1d9c /src/users.cpp | |
parent | fbf14cb9ff28ae1b8a6c4b90a18470381afbcc53 (diff) |
Be consistent with Robby's qQ snomask changes
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 73eb84137..39be81272 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -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(), "", ""); |