remotes/1693045480750635534/spooky-22
Aevann1 2021-12-05 02:24:35 +00:00
parent 6885ee0460
commit b48df2aa01
2 changed files with 16 additions and 2 deletions

View File

@ -1 +1,13 @@
fdssdf
Hi Ill pretty this up eventually, but here are the rules: <br><br>
<h3>RULE 1</h3>No sexualizing minors even as a “joke.” There is zero tolerance for pedo shit here. Go to Reddit if you want that.<br><br>
<h3>RULE 2 </h3>No doxxing ANYONE. <br><br>
<h3>RULE 3 </h3>Using alts to game dramacoin will get you banned. <br><br>
<h3>RULE 4 </h3>Were all doing this for fun. Dont make this “not fun.” <br><br>
<h3>RULE 5 </h3>All rules can and likely will be ignored at admin discretion. Be funny, or at least compelling, and pretty much anything legal is fine.<br><br>
Okay I think thats all, thanks for reading! No one cares about your dumb <I>free speech</I> or whatever, go to Gab or something if you want to screech about amendments and stuff. Rules are not hard and fast, and janitorial abuse is inherent to the platform. So is ban evasion. Have fun or log out, both are easy!

View File

@ -266,7 +266,8 @@ CREATE TABLE public.comments (
body_html character varying(40000),
ban_reason character varying(25),
notifiedto integer,
realupvotes integer
realupvotes integer,
top_comment_id integer
);
@ -1710,6 +1711,7 @@ ALTER TABLE ONLY public.flags
ALTER TABLE ONLY public.notifications
ADD CONSTRAINT notifications_comment_id_fkey FOREIGN KEY (comment_id) REFERENCES public.comments(id);
--
-- PostgreSQL database dump complete
--