mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
I not i
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9585 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
6feb3046c8
commit
e6a76f838a
@ -376,7 +376,7 @@ public:
|
||||
catch (...)
|
||||
{
|
||||
if (NotifyOpers)
|
||||
ServerInstance->SNO->WriteToSnoMask('A', "Connecting user %s detected as using CGI:IRC (%s), but i could not resolve their hostname!", user->nick, user->host);
|
||||
ServerInstance->SNO->WriteToSnoMask('A', "Connecting user %s detected as using CGI:IRC (%s), but I could not resolve their hostname!", user->nick, user->host);
|
||||
}
|
||||
}
|
||||
|
||||
@ -441,7 +441,7 @@ public:
|
||||
user->InvalidateCache();
|
||||
|
||||
if(NotifyOpers)
|
||||
ServerInstance->SNO->WriteToSnoMask('A', "Connecting user %s detected as using CGI:IRC (%s), but i could not resolve their hostname!", user->nick, user->host);
|
||||
ServerInstance->SNO->WriteToSnoMask('A', "Connecting user %s detected as using CGI:IRC (%s), but I could not resolve their hostname!", user->nick, user->host);
|
||||
}
|
||||
/*strlcpy(user->host, newip, 16);
|
||||
strlcpy(user->dhost, newip, 16);
|
||||
|
Loading…
x
Reference in New Issue
Block a user