mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 12:56:44 +02:00
implement tab completion for commands
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
*/
|
||||
|
||||
#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,
|
||||
|
Reference in New Issue
Block a user