mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
meh
This commit is contained in:
@@ -27,6 +27,7 @@ var nntpchan_mod_decode_ipban = function(longhash) {
|
||||
continue;
|
||||
if (!lines[i].startsWith("overchan-inet-ban"))
|
||||
continue;
|
||||
console.log(lines[i]);
|
||||
var parts = lines[i].split(" ");
|
||||
if(parts.length != 2) continue;
|
||||
parts = parts[1].split(":");
|
||||
|
||||
Reference in New Issue
Block a user