]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/modcmd.h
more python work. Not safe to run yet
[irc/evilnet/x3.git] / src / modcmd.h
index 7ab8f676977b7e823c65261f1ba9323969ec0d1d..36ffd4b932445a478e6ea7e4ec51061412c5d5ad 100644 (file)
@@ -3,9 +3,9 @@
  *
  * This file is part of x3.
  *
- * srvx is free software; you can redistribute it and/or modify
+ * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -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);