mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Added <tag>/<target> support for recode.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3692 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5f81451df6
commit
7be7dd374c
13 changed files with 64 additions and 45 deletions
|
|
@ -402,7 +402,7 @@ static void cmd_msg(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
|||
SEND_TARGET_CHANNEL : SEND_TARGET_NICK;
|
||||
}
|
||||
}
|
||||
recoded = recode_out(msg, target);
|
||||
recoded = recode_out(server, msg, target);
|
||||
if (target != NULL) {
|
||||
signal_emit("server sendmsg", 4, server, target, recoded,
|
||||
GINT_TO_POINTER(target_type));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue