ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/modules/m_resv.c
(Generate patch)

Comparing ircd-hybrid/branches/8.1.x/modules/m_resv.c (file contents):
Revision 2336 by michael, Sat Apr 27 11:16:28 2013 UTC vs.
Revision 2337 by michael, Wed Jul 3 13:00:46 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines