Ignore:
Timestamp:
06/11/07 10:09:36 (5 years ago)
Author:
wd
Message:

Make the ircd run/take connections properly (there were a handful of bugs in
different places).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/lib/module.c

    r808 r809  
    250250    } 
    251251 
    252     sn = strrchr(m->name, '/'); 
     252    sn = strrchr(m->name, '.'); 
    253253    if (sn == NULL) 
    254254        sn = m->name; 
Note: See TracChangeset for help on using the changeset viewer.