]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/modcmd.h
Improved usability of the REGISTER command, in preperation to make it usable by users
[irc/evilnet/x3.git] / src / modcmd.h
index 6210c539a663d7eb1c4064d77f58054c8a889e07..7ab8f676977b7e823c65261f1ba9323969ec0d1d 100644 (file)
@@ -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. */