| 64 |
|
get_oper_name(source_p), tkline_time/60, |
| 65 |
|
conf->host, conf->reason); |
| 66 |
|
sendto_one(source_p, ":%s NOTICE %s :Added temporary %d min. D-Line [%s]", |
| 67 |
< |
MyConnect(source_p) ? me.name : ID_or_name(&me, source_p->from), |
| 67 |
> |
MyConnect(source_p) ? me.name : ID_or_name(&me, source_p), |
| 68 |
|
source_p->name, tkline_time/60, conf->host); |
| 69 |
|
ilog(LOG_TYPE_DLINE, "%s added temporary %d min. D-Line for [%s] [%s]", |
| 70 |
|
get_oper_name(source_p), tkline_time/60, conf->host, conf->reason); |
| 75 |
|
"%s added D-Line for [%s] [%s]", |
| 76 |
|
get_oper_name(source_p), conf->host, conf->reason); |
| 77 |
|
sendto_one(source_p, ":%s NOTICE %s :Added D-Line [%s]", |
| 78 |
< |
MyConnect(source_p) ? me.name : ID_or_name(&me, source_p->from), |
| 78 |
> |
MyConnect(source_p) ? me.name : ID_or_name(&me, source_p), |
| 79 |
|
source_p->name, conf->host); |
| 80 |
|
ilog(LOG_TYPE_DLINE, "%s added D-Line for [%s] [%s]", |
| 81 |
|
get_oper_name(source_p), conf->host, conf->reason); |