diff options
Diffstat (limited to 'root_commands.c')
| -rw-r--r-- | root_commands.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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... )                                                    \ | 
