forked from f0ck/f0ckv2
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b1e8af8ced | ||
|
dde1737b77 | ||
|
4f4bc63a3a | ||
|
8a60aaf502 | ||
|
b43d99f1f4 |
@@ -1,6 +1,6 @@
|
||||
User-agent: Googlebot
|
||||
User-agent: AdsBot-Google
|
||||
Disallow: /
|
||||
|
||||
User-agent: *
|
||||
Disallow: /tag
|
||||
Disallow: /user
|
||||
Disallow: /audio
|
||||
Disallow: /video
|
||||
Disallow: /image
|
||||
Disallow: /
|
||||
|
@@ -1745,7 +1745,7 @@ span.placeholder {
|
||||
margin-left: auto;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
padding-top: 5px;
|
||||
padding-top: 5vh;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
|
@@ -35,7 +35,7 @@ export default async bot => {
|
||||
if(e.message.match(/\!i(gnore)?\b/))
|
||||
return false;
|
||||
|
||||
if(!e.channel.includes("f0bm") && (!e.message.match(/\!f(0ck)?\b/i) && (typeof e.raw.forward_from == 'undefined')))
|
||||
if(!e.channel.includes("w0bm") && (!e.message.match(/\!f(0ck)?\b/i) && (typeof e.raw.forward_from == 'undefined')))
|
||||
return false;
|
||||
|
||||
if(e.type === 'tg' && // proto: tg
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<html lang="en" theme="@if(typeof theme !== "undefined"){{ theme }}@endif" res="@if(typeof fullscreen !== "undefined"){{ fullscreen == 1 ? 'fullscreen' : '' }}@endif">
|
||||
<head>
|
||||
<title>f0bm</title>
|
||||
@if(typeof item !== "undefined")<title>f0bm - {{ item.id }}</title>@else<title>f0bm</title>@endif
|
||||
<link rel="icon" type="image/gif" href="/s/img/favicon.png" />
|
||||
<link rel="stylesheet" href="/s/css/f0ck.css?v=@mtime(/public/s/css/f0ck.css)">
|
||||
<link rel="stylesheet" href="/s/css/w0bm.css?v=@mtime(/public/s/css/w0bm.css)">
|
||||
|
Reference in New Issue
Block a user