245 |
tkline_time/60, |
tkline_time/60, |
246 |
(MyClient(source_p) ? "local" : "remote"), |
(MyClient(source_p) ? "local" : "remote"), |
247 |
conf->name, conf->reason); |
conf->name, conf->reason); |
248 |
ilog(LOG_TYPE_IRCD, "%s added temporary %d min. RESV for [%s] [%s]", |
ilog(LOG_TYPE_RESV, "%s added temporary %d min. RESV for [%s] [%s]", |
249 |
source_p->name, (int)tkline_time/60, |
source_p->name, (int)tkline_time/60, |
250 |
conf->name, conf->reason); |
conf->name, conf->reason); |
251 |
conf->until = CurrentTime + tkline_time; |
conf->until = CurrentTime + tkline_time; |
306 |
tkline_time/60, |
tkline_time/60, |
307 |
(MyClient(source_p) ? "local" : "remote"), |
(MyClient(source_p) ? "local" : "remote"), |
308 |
conf->name, conf->reason); |
conf->name, conf->reason); |
309 |
ilog(LOG_TYPE_IRCD, "%s added temporary %d min. RESV for [%s] [%s]", |
ilog(LOG_TYPE_RESV, "%s added temporary %d min. RESV for [%s] [%s]", |
310 |
source_p->name, (int)tkline_time/60, |
source_p->name, (int)tkline_time/60, |
311 |
conf->name, conf->reason); |
conf->name, conf->reason); |
312 |
conf->until = CurrentTime + tkline_time; |
conf->until = CurrentTime + tkline_time; |