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

split lists up so only commands that work in given window autocomplete

This commit is contained in:
Jfreegman
2013-12-09 17:56:20 -05:00
parent 674aa682e7
commit 4065715b78
6 changed files with 51 additions and 30 deletions

View File

@@ -5,7 +5,6 @@
#define MAX_NUM_ARGS 4 /* Includes command */
#define GLOBAL_NUM_COMMANDS 13
#define CHAT_NUM_COMMANDS 5
#define TOT_NUM_COMMANDS 17 /* -1 for duplicate /help command */
enum {
GLOBAL_COMMAND_MODE,