Difference between revisions of "verbose"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; verbose [<number>] : Internally, every message has a certain verbosity level that determines whether they should be printed in the console or not. A message's verbosity level m…')
 
m
Line 1: Line 1:
 +
== Config option ==
 +
 
; verbose [<number>]
 
; verbose [<number>]
 
: Internally, every message has a certain verbosity level that determines whether they should be printed in the console or not. A message's verbosity level must be lower or equal to the number set in this option for it to be displayed in the console.
 
: Internally, every message has a certain verbosity level that determines whether they should be printed in the console or not. A message's verbosity level must be lower or equal to the number set in this option for it to be displayed in the console.
Line 5: Line 7:
  
 
: This option also controls whether Kore should reply to [[Chat Commands]], and whether admin messages (e.g. the welcome text) will be shown in [[XKore|X-Kore]].
 
: This option also controls whether Kore should reply to [[Chat Commands]], and whether admin messages (e.g. the welcome text) will be shown in [[XKore|X-Kore]].
 +
 +
== Console command ==
 +
 +
; verbose
 +
: Toggles '''verbose''' config option on (to level 1) and off.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 +
[[Category:Console Command]]

Revision as of 06:10, 21 April 2010

Config option

verbose [<number>]
Internally, every message has a certain verbosity level that determines whether they should be printed in the console or not. A message's verbosity level must be lower or equal to the number set in this option for it to be displayed in the console.
The higher the value you set in this option, the more messages will be displayed in the console. If this option is set to 0, Kore will only print the most important messages (e.g. connection messages).
This option also controls whether Kore should reply to Chat Commands, and whether admin messages (e.g. the welcome text) will be shown in X-Kore.

Console command

verbose
Toggles verbose config option on (to level 1) and off.