mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Updated configure to be more descriptive about disabling progstats.
This commit is contained in:
parent
179f994008
commit
2ab2afdae9
@ -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("""
|
||||
|
Loading…
Reference in New Issue
Block a user