diff src/protocols/irc/irc.c @ 9442:1e6bba55447c

[gaim-migrate @ 10263] If we have commands in core, might as well not waste memory with this stuff committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 02 Jul 2004 18:45:24 +0000
parents eaa9aa1fad61
children d27156c9c876
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Fri Jul 02 04:16:04 2004 +0000
+++ b/src/protocols/irc/irc.c	Fri Jul 02 18:45:24 2004 +0000
@@ -327,11 +327,7 @@
 	else
 		args[0] = who;
 	args[1] = what;
-#if 0
-	if (*what == '/') {
-		return irc_parse_cmd(irc, who, what + 1);
-	}
-#endif
+
 	irc_cmd_privmsg(irc, "msg", NULL, args);
 	return 1;
 }