139 |
{ |
{ |
140 |
++conf->count; |
++conf->count; |
141 |
sendto_one(source_p, form_str(ERR_CHANBANREASON), me.name, source_p->name, |
sendto_one(source_p, form_str(ERR_CHANBANREASON), me.name, source_p->name, |
142 |
chan, conf ? conf->reason : "Reserved channel"); |
chan, conf->reason ? conf->reason : "Reserved channel"); |
143 |
sendto_realops_flags(UMODE_SPY, L_ALL, SEND_NOTICE, |
sendto_realops_flags(UMODE_SPY, L_ALL, SEND_NOTICE, |
144 |
"Forbidding reserved channel [%s] from user %s", |
"Forbidding reserved channel [%s] from user %s", |
145 |
chan, get_client_name(source_p, HIDE_IP)); |
chan, get_client_name(source_p, HIDE_IP)); |