mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
|
|
@ -199,7 +199,7 @@ static void dump_join(IRC_CHANNEL_REC *channel, CLIENT_REC *client)
|
|||
client->proxy_address, client->nick, channel->name);
|
||||
if (channel->topic != NULL) {
|
||||
/* this is needed because the topic may be encoded into other charsets internaly */
|
||||
recoded = recode_out(channel->topic, channel->name);
|
||||
recoded = recode_out(SERVER(client->server), channel->topic, channel->name);
|
||||
proxy_outdata(client, ":%s 332 %s %s :%s\n",
|
||||
client->proxy_address, client->nick,
|
||||
channel->name, recoded);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue