From c737ba70c7b3510ffb6bed8f9373e63b1a150c1b Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 21 Apr 2007 19:15:36 -0700 Subject: join_chat root command works for AIM chats now. (Was trivial to add and useful for testing.) --- protocols/nogaim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/nogaim.h') 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); -- cgit v1.2.3