mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
bugfix in handling command(), cmdchar at start of command was still required..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@975 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dee60d7102
commit
bb594d2aa6
@ -293,7 +293,7 @@ void perl_command(const char *cmd, SERVER_REC *server, WI_ITEM_REC *item)
|
||||
sendcmd = g_strdup_printf("%c%s", *cmdchars, cmd);
|
||||
}
|
||||
|
||||
signal_emit("send command", 3, cmd, server, item);
|
||||
signal_emit("send command", 3, sendcmd, server, item);
|
||||
if (sendcmd != cmd) g_free(sendcmd);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user