aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c2
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... ) \