aboutsummaryrefslogtreecommitdiffstats
path: root/query.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-06-03 22:20:43 +0200
committerJelmer Vernooij <jelmer@samba.org>2006-06-03 22:20:43 +0200
commit9779c186bd6d396a6fde61cc215f2438d453ee97 (patch)
treef213d656883f0c9f602b9d78bfe3ee9143744bdf /query.c
parenta15c097fa32028394264cf66ef4fd31f56315eb3 (diff)
parentfb62f81f947c74e274b05e32d2e88e3a4d7e2613 (diff)
[merge] Wilmer
Diffstat (limited to 'query.c')
-rw-r--r--query.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/query.c b/query.c
index eb2f45df..39821f3a 100644
--- a/query.c
+++ b/query.c
@@ -139,13 +139,13 @@ void query_answer( irc_t *irc, query_t *q, int ans )
}
if( ans )
{
- q->yes( NULL, q->data );
serv_got_crap( q->gc, "Accepted: %s", q->question );
+ q->yes( NULL, q->data );
}
else
{
- q->no( NULL, q->data );
serv_got_crap( q->gc, "Rejected: %s", q->question );
+ q->no( NULL, q->data );
}
q->data = NULL;