mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
completion_msgtoyou() -> irc_nick_match()
Implemented -replies option to /ignore. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@287 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1a541c149d
commit
8562737548
9 changed files with 80 additions and 41 deletions
|
|
@ -80,7 +80,7 @@ static void event_privmsg(gchar *data, IRC_SERVER_REC *server, gchar *nick, gcha
|
|||
gchar *color;
|
||||
|
||||
chanrec = channel_find(server, target);
|
||||
toyou = completion_msgtoyou((SERVER_REC *) server, msg);
|
||||
toyou = irc_nick_match(server->nick, msg);
|
||||
color = irc_hilight_find_nick(target, nick, addr);
|
||||
|
||||
nickrec = chanrec == NULL ? NULL : nicklist_find(chanrec, nick);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue