X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/567a5f269b302b62f983dc73e005711f1ae82d10..1bcd5f19c2dc83addddf93dfa9a465dd7642586b:/src/modcmd.h diff --git a/src/modcmd.h b/src/modcmd.h index 6210c53..7ab8f67 100644 --- a/src/modcmd.h +++ b/src/modcmd.h @@ -164,7 +164,7 @@ struct service *service_find(const char *name); struct svccmd *service_bind_modcmd(struct service *service, struct modcmd *cmd, const char *name); /* Send help for a command to a user. */ -int svccmd_send_help(struct userNode *user, struct userNode *bot, struct svccmd *cmd); +int svccmd_send_help(struct userNode *user, struct service *service, const char *topic); /* .. and if somebody doesn't have a modcmd handy .. */ int svccmd_send_help_2(struct userNode *user, struct service *service, const char *topic); /* Send brief help for a command to a user. */