mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 00:26:21 +00:00
Add /mam command
Regards https://github.com/profanity-im/profanity/issues/660
This commit is contained in:
@@ -2082,6 +2082,16 @@ cons_slashguard_setting(void)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
cons_mam_setting(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_MAM)) {
|
||||
cons_show("Message Archive Management (XEP-0313) (/mam) : ON");
|
||||
} else {
|
||||
cons_show("Message Archive Management (XEP-0313) (/mam) : OFF");
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
cons_show_connection_prefs(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user