changeset 1534:d98b92e3d9ff

[gaim-migrate @ 1544] oscar doesn't whisper committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 04 Mar 2001 22:37:18 +0000
parents b6fe5cab70d6
children 1e2cc8c8bf3c
files src/oscar.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/oscar.c	Sun Mar 04 04:32:30 2001 +0000
+++ b/src/oscar.c	Sun Mar 04 22:37:18 2001 +0000
@@ -1857,11 +1857,6 @@
 	serv_got_chat_left(g, b->id);
 }
 
-static void oscar_chat_whisper(struct gaim_connection *g, int id, char *who, char *message) {
-	do_error_dialog("Sorry, Oscar doesn't whisper. Send an IM. (The last message was not received.)",
-			"Gaim - Chat");
-}
-
 static void oscar_chat_send(struct gaim_connection *g, int id, char *message) {
 	struct oscar_data *odata = (struct oscar_data *)g->proto_data;
 	struct aim_conn_t *cn; 
@@ -2337,7 +2332,7 @@
 	ret->join_chat = oscar_join_chat;
 	ret->chat_invite = oscar_chat_invite;
 	ret->chat_leave = oscar_chat_leave;
-	ret->chat_whisper = oscar_chat_whisper;
+	ret->chat_whisper = NULL;
 	ret->chat_send = oscar_chat_send;
 	ret->keepalive = oscar_keepalive;
 }