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

Add game module (WIP)

This commit is contained in:
jfreegman
2020-12-11 01:46:01 -05:00
parent 556a522637
commit a623976a0e
18 changed files with 4273 additions and 11 deletions

View File

@@ -49,6 +49,7 @@ static struct cmd_func global_commands[] = {
{ "/decline", cmd_decline },
{ "/exit", cmd_quit },
{ "/conference", cmd_conference },
{ "/game", cmd_game },
{ "/help", cmd_prompt_help },
{ "/log", cmd_log },
{ "/myid", cmd_myid },