From e95bb41760a3c30bf14bf780e824df4a557a7f50 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 16 Aug 2019 04:15:31 +0000
Subject: [PATCH] last_few_callers modopts.ini setting moved from [logon]
 section to [logonlist]

---
 exec/logon.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/exec/logon.js b/exec/logon.js
index b5ba86de3c..fbb76794c9 100644
--- a/exec/logon.js
+++ b/exec/logon.js
@@ -22,8 +22,6 @@ if(options.show_avatar === undefined)
 	options.show_avatar = true;
 if(options.draw_avatar_right === undefined)
 	options.draw_avatar_right = true;
-if(options.last_few_callers === undefined)
-	options.last_few_callers = 4;
 
 if(user.settings & USER_ICE_COLOR) {
 	var cterm = load({}, "cterm_lib.js");
-- 
GitLab