Changeset 0fbd3a6d for irc_commands.c
- Timestamp:
- 2007-12-19T00:24:32Z (17 years ago)
- Branches:
- master
- Children:
- 1ba7e8f
- Parents:
- 793cc25 (diff), 2379566 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
r793cc25 r0fbd3a6d 207 207 if( c->ic && c->ic->acc->prpl->chat_invite ) 208 208 { 209 c->ic->acc->prpl->chat_invite( c, "", u->handle);209 c->ic->acc->prpl->chat_invite( c, u->handle, NULL ); 210 210 irc_reply( irc, 341, "%s %s", nick, channel ); 211 211 return;
Note: See TracChangeset
for help on using the changeset viewer.