Applied svn diff from ratbox3 r21458:21470
This commit is contained in:
parent
405ae5ce44
commit
b3ebc7ab9e
13 changed files with 61 additions and 146 deletions
|
@ -138,14 +138,8 @@ mo_connect(struct Client *client_p, struct Client *source_p, int parc, const cha
|
|||
*/
|
||||
if(serv_connect(server_p, source_p))
|
||||
{
|
||||
#ifndef HIDE_SERVERS_IPS
|
||||
sendto_one_notice(source_p, ":*** Connecting to %s[%s].%d",
|
||||
server_p->host, server_p->name, server_p->port);
|
||||
#else
|
||||
sendto_one_notice(source_p, ":*** Connecting to %s.%d",
|
||||
server_p->name, server_p->port);
|
||||
#endif
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue