From 2ab2afdae95cb4bc7d8a61ecbbd9d9986534d378 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 23 Oct 2003 08:15:47 +0000 Subject: [PATCH] Updated configure to be more descriptive about disabling progstats. --- plugins/Unix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Unix.py b/plugins/Unix.py index 68e9de2bf..0325c7826 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -83,7 +83,7 @@ def configure(onStart, afterConnect, advanced): print print progstats() print - if yn('Would you like to disable this command?') == 'y': + if yn('Would you like to disable this command for non-owner users?')=='y': onStart.append('disable progstats') example = utils.wrapLines("""