summaryrefslogtreecommitdiff
path: root/src/resv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resv.c')
-rw-r--r--src/resv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resv.c b/src/resv.c
index 898d106..3ac0490 100644
--- a/src/resv.c
+++ b/src/resv.c
@@ -133,7 +133,7 @@ report_resv(struct Client *source_p)
DLINK_FOREACH(ptr, resv_channel_list.head)
{
conf = ptr->data;
- sendto_one(source_p, RPL_STATSQLINE,
+ sendto_one(source_p, form_str(RPL_STATSQLINE),
me.name, source_p->name,
conf->until ? 'q' : 'Q', conf->count,
conf->name, conf->reason);
@@ -142,7 +142,7 @@ report_resv(struct Client *source_p)
DLINK_FOREACH(ptr, nresv_items.head)
{
conf = ptr->data;
- sendto_one(source_p, RPL_STATSQLINE,
+ sendto_one(source_p, form_str(RPL_STATSQLINE),
me.name, source_p->name,
conf->until ? 'q' : 'Q', conf->count,
conf->name, conf->reason);