diff src/protocols/irc/irc.h @ 9130:933a19e3a6b3

[gaim-migrate @ 9908] This puts the core in charge of irc-style /commands, which is way cool. Tim did most of the work, I've just been keeping it in sync with CVS, and slowly adding more commands to jabber. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 30 May 2004 19:34:21 +0000
parents 7ab20f829190
children 6430b09ccc71
line wrap: on
line diff
--- a/src/protocols/irc/irc.h	Sun May 30 19:30:14 2004 +0000
+++ b/src/protocols/irc/irc.h	Sun May 30 19:34:21 2004 +0000
@@ -85,6 +85,7 @@
 char *irc_mirc2html(const char *string);
 char *irc_mirc2txt(const char *string);
 
+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);