summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index 1d2187165..7cdb85cd2 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -266,6 +266,7 @@ void InspIRCd::DoBackgroundUserStuff(time_t TIME)
bool ready = AllModulesReportReady(curr);
if ((TIME > curr->signon) && (curr->registered == REG_NICKUSER) && (ready))
{
+ curr->WriteServ("NOTICE Auth :*** Could not resolve your hostname: Request timed out; using your IP address (%s) instead.", curr->GetIPString());
curr->dns_done = true;
this->stats->statsDnsBad++;
curr->FullConnect();