884 |
|
|
885 |
|
sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, |
886 |
|
"Network split, activating splitmode"); |
887 |
< |
event_add(&splitmode_event, NULL); |
887 |
> |
event_add(&splitmode_event, NULL); |
888 |
|
} |
889 |
|
else if (splitmode && (server >= split_servers) && (Count.total >= split_users)) |
890 |
|
{ |
1020 |
|
((conf = match_find_resv(chan)) && !resv_find_exempt(source_p, conf))) |
1021 |
|
{ |
1022 |
|
++conf->count; |
1023 |
< |
sendto_one_numeric(source_p, &me, ERR_CHANBANREASON, |
1024 |
< |
chan, conf->reason ? conf->reason : "Reserved channel"); |
1023 |
> |
sendto_one_numeric(source_p, &me, ERR_CHANBANREASON, chan, conf->reason); |
1024 |
|
sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE, |
1025 |
|
"Forbidding reserved channel %s from user %s", |
1026 |
|
chan, get_client_name(source_p, HIDE_IP)); |