mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 01:16:35 +01:00
add group rejoin command
This commit is contained in:
@@ -82,9 +82,10 @@ static struct cmd_func chat_commands[] = {
|
||||
};
|
||||
|
||||
static struct cmd_func group_commands[] = {
|
||||
{ "/topic", cmd_set_topic },
|
||||
{ "/chatid", cmd_chatid },
|
||||
{ "/ignore", cmd_ignore },
|
||||
{ "/rejoin", cmd_rejoin },
|
||||
{ "/topic", cmd_set_topic },
|
||||
{ "/unignore", cmd_unignore },
|
||||
#ifdef AUDIO
|
||||
{ "/mute", cmd_mute },
|
||||
|
||||
Reference in New Issue
Block a user