Changes in irc_commands.c [eded1f7:50e1776]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_commands.c
reded1f7 r50e1776 207 207 if( c->ic && c->ic->acc->prpl->chat_invite ) 208 208 { 209 c->ic->acc->prpl->chat_invite( c, u->handle, NULL);209 c->ic->acc->prpl->chat_invite( c, "", u->handle ); 210 210 irc_reply( irc, 341, "%s %s", nick, channel ); 211 211 return;
Note: See TracChangeset
for help on using the changeset viewer.