Added /receipts command

This commit is contained in:
James Booth
2015-03-15 19:48:19 +00:00
parent b21edfaa51
commit 2762f18a3e
6 changed files with 29 additions and 1 deletions

View File

@@ -1196,6 +1196,15 @@ cons_carbons_setting(void)
cons_show("Message carbons (/carbons) : OFF");
}
void
cons_receipts_setting(void)
{
if (prefs_get_boolean(PREF_RECEIPTS))
cons_show("Message receipts (/reciepts) : ON");
else
cons_show("Message receipts (/receipts) : OFF");
}
void
cons_show_chat_prefs(void)
{