diff src/perl.c @ 976:2586b2a3725e

[gaim-migrate @ 986] warning works better, i hope :-P for every one fixme i get rid of i add 3, i swear committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 11 Oct 2000 04:30:26 +0000
parents 2cd7b73e2c9a
children 82c5865f7cfe
line wrap: on
line diff
--- a/src/perl.c	Wed Oct 11 03:56:46 2000 +0000
+++ b/src/perl.c	Wed Oct 11 04:30:26 2000 +0000
@@ -426,8 +426,10 @@
 		serv_set_idle(atoi(SvPV(ST(1), junk)));
 		*/
 	} else if (!strncasecmp(command, "warn", 4)) {
+		/* yet another perl FIXME
 		char *name = SvPV(ST(1), junk);
 		serv_warn(name, 0);
+		*/
 	}
 
 	XSRETURN(0);