Refactored command parsing.
Allows for automatically tested command parsing by splitting parsing and invokation of the commands.
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
struct plugin_command
|
||||
{
|
||||
const char* message;
|
||||
char* prefix;
|
||||
size_t prefix_len;
|
||||
const char* prefix;
|
||||
struct linked_list* args;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user