Changeset c058ff9 for irc_commands.c


Ignore:
Timestamp:
2007-12-09T23:19:35Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3f2bc2d
Parents:
de03374
Message:

Added /invite support for Jabber chatrooms (and fixed the argument order
to chat_invite).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    rde03374 rc058ff9  
    207207                if( c->ic && c->ic->acc->prpl->chat_invite )
    208208                {
    209                         c->ic->acc->prpl->chat_invite( c, "", u->handle );
     209                        c->ic->acc->prpl->chat_invite( c, u->handle, NULL );
    210210                        irc_reply( irc, 341, "%s %s", nick, channel );
    211211                        return;
Note: See TracChangeset for help on using the changeset viewer.