diff src/protocols/irc/irc.h @ 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 00242c2419c3
children d27156c9c876
line wrap: on
line diff
--- a/src/protocols/irc/irc.h	Fri Jul 02 04:16:04 2004 +0000
+++ b/src/protocols/irc/irc.h	Fri Jul 02 18:45:24 2004 +0000
@@ -90,7 +90,6 @@
 void irc_register_commands(void);
 void irc_msg_table_build(struct irc_conn *irc);
 void irc_parse_msg(struct irc_conn *irc, char *input);
-int irc_parse_cmd(struct irc_conn *irc, const char *target, const char *cmdstr);
 char *irc_parse_ctcp(struct irc_conn *irc, const char *from, const char *to, const char *msg, int notice);
 char *irc_format(struct irc_conn *irc, const char *format, ...);