summaryrefslogtreecommitdiff
path: root/sparkles.c
diff options
context:
space:
mode:
Diffstat (limited to 'sparkles.c')
-rw-r--r--sparkles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkles.c b/sparkles.c
index 16ecb67..d084b75 100644
--- a/sparkles.c
+++ b/sparkles.c
@@ -2027,7 +2027,7 @@ static int TrapActionPost_cb(char *word[], char *word_eol[], void *userdata) {
*A = 0;
CmdStackPtr=A+2;
char *OldPtr = CmdStackPtr;
- xchat_commandf(ph, "%s %s", Buffer, word_eol[1]);
+ xchat_commandf(ph, "%s %s", Buffer, word_eol[2]);
if(OldPtr == CmdStackPtr) {
xchat_printf(ph, "\"%s\" in cmdstack did not result in /say", Buffer);
CmdStackPtr = NULL;