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 d83ec75..ccb5c11 100644
--- a/src/resv.c
+++ b/src/resv.c
@@ -174,7 +174,7 @@ report_resv(struct Client *source_p)
conf = ptr->data;
sendto_one(source_p, form_str(RPL_STATSQLINE),
me.name, source_p->name,
- conf->until ? 'q' : 'Q',
+ conf->until ? 'q' : 'Q', conf->count,
conf->name, conf->reason);
}
@@ -183,7 +183,7 @@ report_resv(struct Client *source_p)
conf = ptr->data;
sendto_one(source_p, form_str(RPL_STATSQLINE),
me.name, source_p->name,
- conf->until ? 'q' : 'Q',
+ conf->until ? 'q' : 'Q', conf->count,
conf->name, conf->reason);
}
}