- Timestamp:
- 05/16/06 00:05:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/commands/mode.c
r716 r733 319 319 */ 320 320 321 if ((cli != NULL && !MYCLIENT(cli)) || srv) {321 if ((cli != NULL && !MYCLIENT(cli)) || (srv != NULL && srv != ircd.me)) { 322 322 /* We need the uplink for either the server or client in order to 323 323 * verify flags. */ … … 330 330 log_debug("server %s has no support TS, setting TS for %s to 0!", 331 331 sp->name, chan->name); 332 #if 0333 332 ts = 0; 334 #endif335 333 } else { 336 334 if (ts > chan->created)
Note: See TracChangeset
for help on using the changeset viewer.
