mirror of
https://github.com/irssi/irssi.git
synced 2025-04-28 22:41:10 -05:00
Merge pull request 'Fix logic in how own actions are printed for other protocols' (!5) from ticho/irssi:nonirc-own-action-print-fix into master
Reviewed-on: https://codeberg.org/irssi/irssi/pulls/5
This commit is contained in:
commit
ffe4dbac67
@ -173,7 +173,7 @@ static void sig_message_own_action(IRC_SERVER_REC *server, const char *msg,
|
|||||||
oldtarget = target;
|
oldtarget = target;
|
||||||
target = fe_channel_skip_prefix(IRC_SERVER(server), target);
|
target = fe_channel_skip_prefix(IRC_SERVER(server), target);
|
||||||
if (server_ischannel(SERVER(server), target))
|
if (server_ischannel(SERVER(server), target))
|
||||||
item = irc_channel_find(server, target);
|
item = channel_find(SERVER(server), target);
|
||||||
else
|
else
|
||||||
item = irc_query_find(server, target);
|
item = irc_query_find(server, target);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user