Added states preference to enable chat states
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user