Changeset d6fdf44
- Timestamp:
- 2008-02-11T20:58:33Z (17 years ago)
- Branches:
- master
- Children:
- c595308
- Parents:
- e6cb110
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
query.c
re6cb110 rd6fdf44 145 145 irc_usermsg( irc, "Accepted: %s", q->question ); 146 146 if(q->yes) 147 q->yes( NULL, q->data );147 q->yes( q->ic, q->data ); 148 148 } 149 149 else … … 154 154 irc_usermsg( irc, "Rejected: %s", q->question ); 155 155 if(q->no) 156 q->no( NULL, q->data );156 q->no( q->ic, q->data ); 157 157 } 158 158 q->data = NULL;
Note: See TracChangeset
for help on using the changeset viewer.