aboutsummaryrefslogtreecommitdiffstats
path: root/query.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-04-07 11:22:48 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-04-07 11:22:48 +0200
commit7bf0f5f0ba40eb120809743220e3f776455fda63 (patch)
tree976c9e201c6c2d1f08420257c7ba7318dfd968e3 /query.c
parent36fa9bd3e3b918b282421b38735b4d1c024d799a (diff)
Filled in show_got_added().
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;