mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue