mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Do not let the ctcp action of an inital query go into the status window.
This commit is contained in:
parent
b1de3c3f38
commit
4bf9e1f16a
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ static void sig_message_irc_action(IRC_SERVER_REC *server, const char *msg,
|
||||||
item = irc_channel_find(server, target);
|
item = irc_channel_find(server, target);
|
||||||
} else {
|
} else {
|
||||||
own = (!strcmp(nick, server->nick));
|
own = (!strcmp(nick, server->nick));
|
||||||
item = privmsg_get_query(SERVER(server), own ? nick : target, FALSE, level);
|
item = privmsg_get_query(SERVER(server), own ? target : nick, FALSE, level);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (settings_get_bool("emphasis"))
|
if (settings_get_bool("emphasis"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue