Changeset c737ba7 for protocols/nogaim.h


Ignore:
Timestamp:
2007-04-22T02:15:36Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
05bcd20, e35d1a1
Parents:
df1fb67
Message:

join_chat root command works for AIM chats now. (Was trivial to add and
useful for testing.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rdf1fb67 rc737ba7  
    164164             (* chat_with)      (struct im_connection *, char *who);
    165165        struct groupchat *
    166              (* chat_join)      (struct im_connection *, char *chat, char *nick, char *password);
     166             (* chat_join)      (struct im_connection *, char *room, char *nick, char *password);
    167167       
    168168        GList *(* away_states)(struct im_connection *ic);
Note: See TracChangeset for help on using the changeset viewer.