1
0
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:
Jfreegman
2015-06-03 04:32:59 -04:00
parent 52a3367b5e
commit 928134da7a
5 changed files with 96 additions and 15 deletions

View File

@@ -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