| # | 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)); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |