summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index 7820a4ea1..8e8e58f5d 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -242,6 +242,8 @@ enum
COMMAND_GM,
COMMAND_HACK,
COMMAND_DEBUGSPAWN,
+ COMMAND_NEXTCHATTAB,
+ COMMAND_PREVCHATTAB,
END_COMMANDS
};
@@ -344,7 +346,9 @@ static const CommandInfo commands[] =
{"uploadlog", &Commands::uploadLog, -1, false},
{"gm", &Commands::gm, -1, true},
{"hack", &Commands::hack, -1, true},
- {"debugSpawn", &Commands::debugSpawn, -1, true}
+ {"debugSpawn", &Commands::debugSpawn, -1, true},
+ {"nextTab", nullptr, InputAction::NEXT_CHAT_TAB, false},
+ {"prevTab", nullptr, InputAction::PREV_CHAT_TAB, false}
};
#undef decHandler