1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

Merge pull request #1471 from irssi/from-codeberg

Sync
This commit is contained in:
ailin-nemui 2023-05-25 11:00:40 +00:00 committed by GitHub
commit 274977a587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);