1
0
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:
Jfreegman
2015-03-07 00:05:54 -05:00
parent 5859763f04
commit 2bcce234a8
5 changed files with 66 additions and 50 deletions

View File

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