plugins/msn/msn.c

changeset 1276
4997a115c8bb
parent 1275
ac88d9aecba0
child 1277
06e4fe206c9c
--- a/plugins/msn/msn.c	Thu Dec 14 18:54:40 2000 +0000
+++ b/plugins/msn/msn.c	Thu Dec 14 18:55:30 2000 +0000
@@ -368,7 +368,9 @@
 		int status;
 		
 		if (strcasecmp("hotmail", resps[1]) == 0) {
-			/* We want to ignore these */
+			/* We want to ignore these.  We can parse them
+			 * eventually if we ever plan on doing anything
+			 * with them */
 			g_strfreev(resps);
 			return;
 		}

mercurial