Changeset 808 for trunk/ithildin/modules/ircd/command.c
- Timestamp:
- 06/05/07 10:46:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/command.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/command.c
r806 r808 33 33 /* only do all this stuff if the command doesn't exist. */ 34 34 if ((cmd = find_command(name)) == NULL || cmd->flags & COMMAND_FL_ALIAS) { 35 sprintf(mname, "ircd /commands/%s", name);35 sprintf(mname, "ircd.command.%s", name); 36 36 37 37 /* see if this is an alias, if it is warn the user that it is about to
Note: See TracChangeset
for help on using the changeset viewer.
