ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/user.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 2288 by michael, Tue Jun 18 19:13:20 2013 UTC vs.
Revision 2289 by michael, Wed Jun 19 10:32:20 2013 UTC

# Line 1069 | Line 1069 | user_set_hostmask(struct Client *target_
1069      default: return;
1070    }
1071  
1072 <  sendto_common_channels_local(target_p, 0, 0, ":%s!%s@%s QUIT :Changing hostname",
1073 <                               target_p->name, target_p->username, target_p->host);
1072 >  if (ConfigFileEntry.cycle_on_host_change)
1073 >    sendto_common_channels_local(target_p, 0, 0, ":%s!%s@%s QUIT :Changing hostname",
1074 >                                 target_p->name, target_p->username, target_p->host);
1075  
1076    if (IsUserHostIp(target_p))
1077      delete_user_host(target_p->username, target_p->host, !MyConnect(target_p));

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)