mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
New /IGNOREs weren't immediately effective for nicks in channel. Some small
fixes for unignoring levels with /IGNORE. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1630 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
316bd7d142
commit
c1ac5765b3
2 changed files with 14 additions and 6 deletions
|
|
@ -329,6 +329,7 @@ void ignore_add_rec(IGNORE_REC *rec)
|
|||
ignore_set_config(rec);
|
||||
|
||||
signal_emit("ignore created", 1, rec);
|
||||
nickmatch_rebuild(nickmatch);
|
||||
}
|
||||
|
||||
static void ignore_destroy(IGNORE_REC *rec, int send_signal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue