diff src/protocols/toc/toc.c @ 11257:90be432e8385

[gaim-migrate @ 13432] Removed warning from core. I think you should be able to see others' warning levels in the tooltip, but I haven't managed to warn myself from any client. Being able to warn others will be dependent on protocol-specific convo menus. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 14 Aug 2005 03:50:35 +0000
parents bb0d7b719af2
children eb14bbcf7249
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Sat Aug 13 22:09:34 2005 +0000
+++ b/src/protocols/toc/toc.c	Sun Aug 14 03:50:35 2005 +0000
@@ -859,7 +859,7 @@
 		if (!strcmp(tmp, gaim_normalize(account, c))) {
 			gaim_connection_set_display_name(gc, c);
 			/* XXX - What should the second parameter be here? */
-			gaim_prpl_got_account_warning_level(account, NULL, evil);
+			/*			gaim_prpl_got_account_warning_level(account, NULL, evil);*/
 			gaim_prpl_got_account_login_time(account, signon);
 		}
 		g_free(tmp);
@@ -879,7 +879,7 @@
 		sscanf(strtok(NULL, ":"), "%d", &lev);
 		name = strtok(NULL, ":");
 
-		gaim_prpl_got_account_warning_level(account, name, lev);
+		/*	gaim_prpl_got_account_warning_level(account, name, lev); */
 	} else if (!g_ascii_strcasecmp(c, "CHAT_JOIN")) {
 		char *name;
 		int id;
@@ -2269,7 +2269,6 @@
 	toc_rem_permit,			/* rem_permit */
 	toc_rem_deny,			/* rem_deny */
 	toc_set_permit_deny,	/* set_permit_deny */
-	toc_warn,				/* warn */
 	toc_join_chat,			/* join_chat */
 	NULL,					/* reject_chat */
 	NULL,				/* get_chat_name */