diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-common/irc/irc-completion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/irc/irc-completion.c b/src/fe-common/irc/irc-completion.c index 76f97c5c..9243ac21 100644 --- a/src/fe-common/irc/irc-completion.c +++ b/src/fe-common/irc/irc-completion.c @@ -377,7 +377,7 @@ static char *expand_escapes(const char *line, IRC_SERVER_REC *server, WI_IRC_REC case 'n': /* newline .. we need to send another "send text" event to handle it (or actually the text before the newline..) */ *ptr = '\0'; - signal_emit("send text", 3, line, server, item); + signal_emit("send text", 3, ret, server, item); ptr = ret; break; case 't': |