mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
sig_message_irc_op_public: fix nickmode lookup, use cleantarget instead
This commit is contained in:
parent
618a636f7c
commit
f247a43b97
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,
|
|||
/* and clean the rest here */
|
||||
cleantarget = get_visible_target(IRC_SERVER(server), cleantarget);
|
||||
|
||||
nickmode = channel_get_nickmode(channel_find(server, target),
|
||||
nickmode = channel_get_nickmode(channel_find(server, cleantarget),
|
||||
nick);
|
||||
|
||||
optarget = g_strconcat(prefix, cleantarget, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue