--- a/libpurple/plugins/tcl/tcl_cmd.c Sat Aug 17 23:28:51 2013 +0530 +++ b/libpurple/plugins/tcl/tcl_cmd.c Sun Aug 18 00:04:13 2013 +0530 @@ -71,7 +71,7 @@ if ((id = purple_cmd_register(Tcl_GetString(handler->cmd), handler->args, handler->priority, - handler->flags, handler->prpl_id, + handler->flags, handler->protocol_id, PURPLE_CMD_FUNC(tcl_cmd_callback), handler->helpstr, (void *)handler)) == 0) return 0;