aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_commands.c')
-rw-r--r--irc_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_commands.c b/irc_commands.c
index 19930121..73b781fc 100644
--- a/irc_commands.c
+++ b/irc_commands.c
@@ -364,7 +364,7 @@ static void irc_cmd_privmsg( irc_t *irc, char **cmd )
if( cmd[2][strlen(cmd[2])-1] == '\001' )
cmd[2][strlen(cmd[2])-1] = '\0';
- ctcp = split_command_parts( cmd[2] + 1 );
+ ctcp = split_command_parts( cmd[2] + 1, 0 );
iu->f->ctcp( iu, ctcp );
}
else if( iu->f->privmsg )