1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 01:16:35 +01:00

add ability for founder to set group privacy state

This commit is contained in:
Jfreegman
2015-05-22 21:41:32 -04:00
parent 0481f43746
commit 29d0384a90
5 changed files with 53 additions and 4 deletions

View File

@@ -88,6 +88,7 @@ static struct cmd_func group_commands[] = {
{ "/chatid", cmd_chatid },
{ "/ignore", cmd_ignore },
{ "/passwd", cmd_set_passwd },
{ "/privacy", cmd_set_privacy },
{ "/rejoin", cmd_rejoin },
{ "/topic", cmd_set_topic },
{ "/unignore", cmd_unignore },