--- a/src/protocols/irc/parse.c Sun Jul 25 22:47:11 2004 +0000 +++ b/src/protocols/irc/parse.c Mon Jul 26 03:27:03 2004 +0000 @@ -137,7 +137,7 @@ }; static GaimCmdRet irc_parse_gaim_cmd(GaimConversation *conv, const gchar *cmd, - gchar **args, gchar **error) + gchar **args, gchar **error, void *data) { GaimConnection *gc; struct irc_conn *irc; @@ -185,8 +185,8 @@ args[i] = '\0'; - gaim_cmd_register(c->name, args, GAIM_CMD_P_PRPL, f, "prpl-irc", irc_parse_gaim_cmd, - _(c->help)); + gaim_cmd_register(c->name, args, GAIM_CMD_P_PRPL, f, "prpl-irc", + irc_parse_gaim_cmd, _(c->help), NULL); } void irc_register_commands(void)