diff options
| author | 2008-05-18 21:34:28 +0000 | |
|---|---|---|
| committer | 2008-05-18 21:34:28 +0000 | |
| commit | 2e130f9528a49c7935adf30631cb97da51e15806 (patch) | |
| tree | 2fc95d20e049ee487b909e96d910cf4a612cad0b /src/cmd_nick.cpp | |
| parent | Fix the format of +p channels in /list (both in core /list and in m_safelist)... (diff) | |
Add a note in here to tell the user when host resolution is disabled, so that people dont get confused and we can easily identify it
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9744 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_nick.cpp')
| -rw-r--r-- | src/cmd_nick.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd_nick.cpp b/src/cmd_nick.cpp index 53199e423..b3e278ad9 100644 --- a/src/cmd_nick.cpp +++ b/src/cmd_nick.cpp @@ -152,6 +152,7 @@ CmdResult cmd_nick::Handle (const char** parameters, int pcnt, userrec *user) { user->dns_done = true; ServerInstance->next_call = ServerInstance->Time(); + user->WriteServ("NOTICE %s :*** Skipping host resolution (disabled by server administrator)", user->nick); } else { |
