diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-21 19:15:36 -0700 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-04-21 19:15:36 -0700 |
commit | c737ba70c7b3510ffb6bed8f9373e63b1a150c1b (patch) | |
tree | b2120d3b436973ad4d6e57b5699738565c829c39 /protocols/nogaim.h | |
parent | df1fb67d1dbf52d138f63e0d917dda2412d4fc0b (diff) |
join_chat root command works for AIM chats now. (Was trivial to add and
useful for testing.)
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 6be7b489..59f9e870 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -163,7 +163,7 @@ struct prpl { struct groupchat * (* chat_with) (struct im_connection *, char *who); struct groupchat * - (* chat_join) (struct im_connection *, char *chat, char *nick, char *password); + (* chat_join) (struct im_connection *, char *room, char *nick, char *password); GList *(* away_states)(struct im_connection *ic); |