- Timestamp:
- 2006-04-07T09:22:48Z (17 years ago)
- Branches:
- master
- Children:
- c2fbf86f
- Parents:
- 36fa9bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
query.c
r36fa9bd r7bf0f5f0 140 140 if( ans ) 141 141 { 142 serv_got_crap( q->gc, "Accepted: %s", q->question ); 142 143 q->yes( NULL, q->data ); 143 serv_got_crap( q->gc, "Accepted: %s", q->question );144 144 } 145 145 else 146 146 { 147 serv_got_crap( q->gc, "Rejected: %s", q->question ); 147 148 q->no( NULL, q->data ); 148 serv_got_crap( q->gc, "Rejected: %s", q->question );149 149 } 150 150 q->data = NULL;
Note: See TracChangeset
for help on using the changeset viewer.