Added states preference to enable chat states

This commit is contained in:
James Booth
2012-10-31 21:41:00 +00:00
parent baced85767
commit 7982d7061b
4 changed files with 49 additions and 0 deletions

View File

@@ -552,6 +552,11 @@ cons_prefs(void)
else
cons_show("Chat logging : OFF");
if (prefs_get_states())
cons_show("Send chat states : ON");
else
cons_show("Send chat states : OFF");
if (prefs_get_history())
cons_show("Chat history : ON");
else