From 269580c6302a677e07176494bd314c7e2a8f488f Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 24 Jul 2014 00:51:07 -0300 Subject: Add limit param to split_command_parts(), fix twitter quotes bug Only took me a few months to write. I even added a test case. --- root_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root_commands.c') diff --git a/root_commands.c b/root_commands.c index 2c153f0e..ca40323f 100644 --- a/root_commands.c +++ b/root_commands.c @@ -31,7 +31,7 @@ void root_command_string( irc_t *irc, char *command ) { - root_command( irc, split_command_parts( command ) ); + root_command( irc, split_command_parts( command, 0 ) ); } #define MIN_ARGS( x, y... ) \ -- cgit v1.2.3