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

Comparing ircd-hybrid/trunk/src/resv.c (file contents):
Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC vs.
Revision 1834 by michael, Fri Apr 19 19:50:27 2013 UTC

# Line 133 | Line 133 | report_resv(struct Client *source_p)
133    DLINK_FOREACH(ptr, resv_channel_list.head)
134    {
135      conf = ptr->data;
136 <    sendto_one(source_p, RPL_STATSQLINE,
136 >    sendto_one(source_p, form_str(RPL_STATSQLINE),
137                 me.name, source_p->name,
138                 conf->until ? 'q' : 'Q', conf->count,
139                 conf->name, conf->reason);
# Line 142 | Line 142 | report_resv(struct Client *source_p)
142    DLINK_FOREACH(ptr, nresv_items.head)
143    {
144      conf = ptr->data;
145 <    sendto_one(source_p, RPL_STATSQLINE,
145 >    sendto_one(source_p, form_str(RPL_STATSQLINE),
146                 me.name, source_p->name,
147                 conf->until ? 'q' : 'Q', conf->count,
148                 conf->name, conf->reason);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines