Changeset 808 for trunk/ithildin/modules/ircd/protocol.c
- Timestamp:
- 06/05/07 10:46:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/protocol.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/protocol.c
r806 r808 179 179 protocol_t *pp; 180 180 181 sprintf(mname, "ircd /protocols/%s", name);181 sprintf(mname, "ircd.protocol.%s", name); 182 182 if (!load_module(mname, MODULE_FL_CREATE|MODULE_FL_QUIET)) { 183 183 log_error("unable to load module for protocol %s", name);
Note: See TracChangeset
for help on using the changeset viewer.
