From cd984f317a0767e65272f960c5b8b7d94d3f01a1 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 12 Mar 2012 23:53:07 +0000
Subject: [PATCH] Remove "leave shadow user online forever or until Synchronet
 is restarted" feature on disconnection.

---
 xtrn/tw2/tw2.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xtrn/tw2/tw2.js b/xtrn/tw2/tw2.js
index 200e9d10bd..650e4062e2 100644
--- a/xtrn/tw2/tw2.js
+++ b/xtrn/tw2/tw2.js
@@ -275,7 +275,6 @@ function main()
 
 try {
 	js.on_exit("do_exit()");
-	js.auto_terminate=false;
 	/* Run maintenance */
 	if(Settings.MaintLastRan < today) {
 		RunMaint();
-- 
GitLab