1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Added log to /prefs output

This commit is contained in:
James Booth 2012-11-12 19:59:21 +00:00
parent c67b1d6f40
commit 019d0ed4dd

View File

@ -868,6 +868,8 @@ cons_prefs(void)
else
cons_show("Splash screen : OFF");
cons_show("Max log size : %d bytes", prefs_get_max_log_size());
if (prefs_get_chlog())
cons_show("Chat logging : ON");
else