1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04: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:
ailin-nemui 2023-05-05 11:33:59 +00:00
commit ffe4dbac67

View File

@ -173,7 +173,7 @@ static void sig_message_own_action(IRC_SERVER_REC *server, const char *msg,
oldtarget = target;
target = fe_channel_skip_prefix(IRC_SERVER(server), target);
if (server_ischannel(SERVER(server), target))
item = irc_channel_find(server, target);
item = channel_find(SERVER(server), target);
else
item = irc_query_find(server, target);