360 |
|
sendto_one(source_p, ":%s NOTICE %s :Added temporary %d min. X-Line [%s]", |
361 |
|
MyConnect(source_p) ? me.name : ID_or_name(&me, source_p->from), |
362 |
|
source_p->name, (int)tkline_time/60, conf->name); |
363 |
< |
ilog(L_TRACE, "%s added temporary %d min. X-Line for [%s] [%s]", |
363 |
> |
ilog(LOG_TYPE_KLINE, "%s added temporary %d min. X-Line for [%s] [%s]", |
364 |
|
source_p->name, (int)tkline_time/60, |
365 |
|
conf->name, match_item->reason); |
366 |
|
match_item->hold = CurrentTime + tkline_time; |
383 |
|
sendto_realops_flags(UMODE_ALL, L_ALL, |
384 |
|
"%s has removed the temporary X-Line for: [%s]", |
385 |
|
get_oper_name(source_p), gecos); |
386 |
< |
ilog(L_NOTICE, "%s removed temporary X-Line for [%s]", |
386 |
> |
ilog(LOG_TYPE_KLINE, "%s removed temporary X-Line for [%s]", |
387 |
|
source_p->name, gecos); |
388 |
|
return; |
389 |
|
} |
395 |
|
sendto_realops_flags(UMODE_ALL, L_ALL, |
396 |
|
"%s has removed the X-Line for: [%s]", |
397 |
|
get_oper_name(source_p), gecos); |
398 |
< |
ilog(L_NOTICE, "%s removed X-Line for [%s]", |
398 |
> |
ilog(LOG_TYPE_KLINE, "%s removed X-Line for [%s]", |
399 |
|
get_oper_name(source_p), gecos); |
400 |
|
} |
401 |
|
else |