Added a seperate option to enable outgoing typing notifications

This commit is contained in:
James Booth
2012-11-01 00:12:35 +00:00
parent 270ac03558
commit 4be7833e2b
6 changed files with 52 additions and 9 deletions

View File

@@ -557,6 +557,11 @@ cons_prefs(void)
else
cons_show("Send chat states : OFF");
if (prefs_get_outtype())
cons_show("Send typing notifications : ON");
else
cons_show("Send typing notifications : OFF");
if (prefs_get_history())
cons_show("Chat history : ON");
else