diff --git a/generate.py b/generate.py index 736b577..86cc65c 100644 --- a/generate.py +++ b/generate.py @@ -44,7 +44,9 @@ def rhtml(f, z): l = [ ["/r/", "r", [ - ["/all", "a", "https://reddit.com/r/all"] + ["/inbox", "i", "https://reddit.com/message/inbox"] + , ["/modmail", "m", "https://reddit.com/message/moderator"] + , ["/all", "a", "https://reddit.com/r/all"] , ["/top", "t", "https://reddit.com/r/all/top?t=1h"] , ["/shithole/","s", [ ["/default", "d", "https://reddit.com/r/freegamesonsteam"] @@ -97,6 +99,16 @@ l = [ special = "http://google.com" # Todo: put something fun here master = [""" +