mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 01:16:35 +01:00
implement banning/unbanning
This commit is contained in:
@@ -85,6 +85,7 @@ static struct cmd_func chat_commands[] = {
|
||||
};
|
||||
|
||||
static struct cmd_func group_commands[] = {
|
||||
{ "/ban", cmd_ban },
|
||||
{ "/chatid", cmd_chatid },
|
||||
{ "/ignore", cmd_ignore },
|
||||
{ "/kick", cmd_kick },
|
||||
@@ -95,6 +96,7 @@ static struct cmd_func group_commands[] = {
|
||||
{ "/prune", cmd_prune },
|
||||
{ "/rejoin", cmd_rejoin },
|
||||
{ "/topic", cmd_set_topic },
|
||||
{ "/unban", cmd_unban },
|
||||
{ "/unignore", cmd_unignore },
|
||||
{ "/unmod", cmd_unmod },
|
||||
#ifdef AUDIO
|
||||
|
||||
Reference in New Issue
Block a user