mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
Fix messages to @#channel showed *your* nickmode, not the one of the sender (part of Bug 80)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3294 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
efb20d7cc2
commit
55bcc420a7
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ static void sig_message_irc_op_public(SERVER_REC *server, const char *msg,
|
||||||
char *nickmode, *optarget;
|
char *nickmode, *optarget;
|
||||||
|
|
||||||
nickmode = channel_get_nickmode(channel_find(server, target),
|
nickmode = channel_get_nickmode(channel_find(server, target),
|
||||||
server->nick);
|
nick);
|
||||||
|
|
||||||
optarget = g_strconcat("@", target, NULL);
|
optarget = g_strconcat("@", target, NULL);
|
||||||
printformat_module("fe-common/core", server, target,
|
printformat_module("fe-common/core", server, target,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue