diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-08 16:10:29 +0200 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-08 16:10:29 +0200 | 
| commit | 11bcee97b781bac6e38db4e1630ac6934209e73b (patch) | |
| tree | d1377a6ebef982752ce3e9afd3137b370d87d1c1 /query.c | |
| parent | f8de26f98e3c38d3deacb674e533c588e6b48548 (diff) | |
| parent | 9e08d5d5ba8958807158d7afaedd40e60cfb40ff (diff) | |
Misc. merges. (Main thing: "$blah is not in your list yet, would you like to add him?")
Diffstat (limited to 'query.c')
| -rw-r--r-- | query.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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; | 
