Remove zenet too

This commit is contained in:
DariusIII
2016-06-06 11:07:44 +02:00
parent 6378ff1892
commit 3fbd41d56d
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<precommit>9</precommit>
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
</hooks>
<commit>5267</commit></git>
<commit>5268</commit></git>
<scripts>
<last>
<date>0000-00-00</date>
+1 -2
View File
@@ -99,8 +99,7 @@ class IRCScraper extends IRCClient
'#pre@corrupt' => false,
'#scnzb' => false,
'#tvnzb' => false,
'srrdb' => false,
'zenet' => false
'srrdb' => false
];
}
@@ -106,8 +106,7 @@ define('SCRAPE_IRC_SOURCE_IGNORE',
'#pre@corrupt' => false,
'#scnzb' => false,
'#tvnzb' => false,
'srrdb' => false,
'zenet' => false
'srrdb' => false
]
)
);