1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04: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:
Wouter Coekaerts 2004-09-13 22:09:54 +00:00 committed by coekie
parent efb20d7cc2
commit 55bcc420a7

View File

@ -81,7 +81,7 @@ static void sig_message_irc_op_public(SERVER_REC *server, const char *msg,
char *nickmode, *optarget;
nickmode = channel_get_nickmode(channel_find(server, target),
server->nick);
nick);
optarget = g_strconcat("@", target, NULL);
printformat_module("fe-common/core", server, target,