changeset 663:18e147714c4b

[gaim-migrate @ 673] no more lag, no more lagometer committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 10 Aug 2000 23:42:27 +0000
parents 3425f0e0b0e7
children 5cb19972df52
files plugins/notify.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/notify.c	Thu Aug 10 22:30:32 2000 +0000
+++ b/plugins/notify.c	Thu Aug 10 23:42:27 2000 +0000
@@ -11,9 +11,6 @@
 	struct conversation *cnv = find_conversation(*who);
 	GtkWindow *win;
 
-	if (!strcmp(*what, LAGOMETER_STR))
-		return;
-
 	if (cnv == NULL)
 		cnv = new_conversation(*who);