Ignore:
Timestamp:
06/05/07 10:46:00 (5 years ago)
Author:
wd
Message:

Another milestone. Builds, starts without errors.. then doesn't take
connections, buy hey.

Also made the config file finder a bit smarter about looking for config
files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/command.c

    r806 r808  
    3333    /* only do all this stuff if the command doesn't exist. */ 
    3434    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); 
    3636 
    3737        /* 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.