diff options
| author | 2012-06-12 18:58:45 -0700 | |
|---|---|---|
| committer | 2012-06-12 22:49:29 -0700 | |
| commit | 0ca64d8c137726f6d3547b75588e26d1f61ce464 (patch) | |
| tree | b2843f43ba793c03b0f0bc46cb2116d9721a1d9c /src/users.cpp | |
| parent | m_dnsbl: switch to OnSetClientIP hook which may be refired. (diff) | |
| download | inspircd++-0ca64d8c137726f6d3547b75588e26d1f61ce464.tar.gz inspircd++-0ca64d8c137726f6d3547b75588e26d1f61ce464.tar.bz2 inspircd++-0ca64d8c137726f6d3547b75588e26d1f61ce464.zip | |
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(), "", ""); |
