312 |
"%s requesting G-Line for [%s@%s] [%s]", |
"%s requesting G-Line for [%s@%s] [%s]", |
313 |
get_oper_name(source_p), |
get_oper_name(source_p), |
314 |
user, host, reason); |
user, host, reason); |
315 |
ilog(LOG_TYPE_GLINE, "#gline for %s@%s [%s] requested by %s", |
ilog(LOG_TYPE_GLINE, "G-Line for [%s@%s] [%s] requested by %s", |
316 |
user, host, reason, get_oper_name(source_p)); |
user, host, reason, get_oper_name(source_p)); |
317 |
} |
} |
318 |
} |
} |
390 |
"%s requesting G-Line for [%s@%s] [%s]", |
"%s requesting G-Line for [%s@%s] [%s]", |
391 |
get_oper_name(source_p), |
get_oper_name(source_p), |
392 |
user, host, reason); |
user, host, reason); |
393 |
ilog(LOG_TYPE_GLINE, "#gline for %s@%s [%s] requested by %s!%s@%s", |
ilog(LOG_TYPE_GLINE, "G-Line for [%s@%s] [%s] requested by %s", |
394 |
user, host, reason, source_p->name, source_p->username, |
user, host, reason, get_oper_name(source_p)); |
|
source_p->host); |
|
395 |
|
|
396 |
/* 4 param version for hyb-7 servers */ |
/* 4 param version for hyb-7 servers */ |
397 |
sendto_server(NULL, CAP_GLN|CAP_TS6, NOCAPS, |
sendto_server(NULL, CAP_GLN|CAP_TS6, NOCAPS, |
441 |
sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, |
sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, |
442 |
"%s requesting UNG-Line for [%s@%s] [%s]", |
"%s requesting UNG-Line for [%s@%s] [%s]", |
443 |
get_oper_name(source_p), user, host, reason); |
get_oper_name(source_p), user, host, reason); |
444 |
ilog(LOG_TYPE_GLINE, "#ungline for %s@%s [%s] requested by %s", |
ilog(LOG_TYPE_GLINE, "UNG-Line for [%s@%s] [%s] requested by %s", |
445 |
user, host, reason, get_oper_name(source_p)); |
user, host, reason, get_oper_name(source_p)); |
446 |
|
|
447 |
/* If at least 3 opers agree this user should be un G lined then do it */ |
/* If at least 3 opers agree this user should be un G lined then do it */ |