···858858 */
859859 opmod_send_statusmsg = no;
860860861861+ /* cycle_host_change: Should a user be cycled in the channels
862862+ cycle_host_change = yes;
863863+861864 /* ip_bans_through_vhost: should channel IP bans see through dynamic spoofed hosts? */
862865 ip_bans_through_vhost = yes;
863866
+1
include/s_conf.h
···295295 int displayed_usercount;
296296 int strip_topic_colors;
297297 int opmod_send_statusmsg;
298298+ int cycle_host_change;
298299 int ip_bans_through_vhost;
299300 int invite_notify_notice;
300301};