mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
still fixing
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2811 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1bc83aba29
commit
8bfd16b374
@ -300,9 +300,6 @@ static int ignore_index(IGNORE_REC *find)
|
||||
for (tmp = ignores; tmp != NULL; tmp = tmp->next) {
|
||||
IGNORE_REC *rec = tmp->data;
|
||||
|
||||
if (rec->servertag != NULL)
|
||||
continue;
|
||||
|
||||
if (rec == find)
|
||||
return index;
|
||||
index++;
|
||||
|
Loading…
Reference in New Issue
Block a user