mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
commit
274977a587
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;
|
||||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue