]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/modcmd.h
found out from Kyle what b flag is.
[irc/evilnet/x3.git] / src / modcmd.h
index 7ab8f676977b7e823c65261f1ba9323969ec0d1d..6017c8b6653ffb7ccbde141bf0ae3c4ab2f0643d 100644 (file)
@@ -162,6 +162,7 @@ struct service *service_register(struct userNode *bot);
 struct service *service_find(const char *name);
 /* Bind one command to a service. */
 struct svccmd *service_bind_modcmd(struct service *service, struct modcmd *cmd, const char *name);
+struct svccmd *svccmd_resolve_name(struct svccmd *origin, const char *name);
 
 /* Send help for a command to a user. */
 int svccmd_send_help(struct userNode *user, struct service *service, const char *topic);