Changeset 756
- Timestamp:
- 06/25/06 18:56:59 (6 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/commands/mode.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/commands/mode.c
r755 r756 332 332 * remove our own modes (because we believe the server will 333 333 * accept our modes as stupidly as we accepted theirs... */ 334 if ( !SERVER_MASTER(srv)) {334 if (srv != NULL && !SERVER_MASTER(srv)) { 335 335 log_debug("server %s has no TS support, setting TS for %s to 0!", 336 336 sp->name, chan->name);
Note: See TracChangeset
for help on using the changeset viewer.
