diff --git a/src/sbbs3/xtrn_sec.cpp b/src/sbbs3/xtrn_sec.cpp
index 61dd003c7513d0231f80fa243f722115fc53384b..a7b0c83ec74ac82b342d7c77c30bd35f3fc32878 100644
--- a/src/sbbs3/xtrn_sec.cpp
+++ b/src/sbbs3/xtrn_sec.cpp
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2000 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -1684,6 +1684,8 @@ bool sbbs_t::exec_xtrn(uint xtrnnum)
 		mode|=EX_SWAP;
 	if(cfg.xtrn[xtrnnum]->misc&XTRN_NATIVE)
 		mode|=EX_NATIVE;
+	if(cfg.xtrn[xtrnnum]->misc&XTRN_CHKTIME)
+		mode|=EX_CHKTIME;
 	if(cfg.xtrn[xtrnnum]->misc&MODUSERDAT) {	 /* Delete MODUSER.DAT */
 		sprintf(str,"%sMODUSER.DAT",dropdir);       /* if for some weird  */
 		remove(str); 								/* reason it's there  */