X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/b1c60ddf74cacb08bdce641089e1b6f994e6a028..09f39d2e45040e8ae0d605baa9deda6fcdccf0c0:/bin/pages.py diff --git a/bin/pages.py b/bin/pages.py index aef9515..b926b12 100644 --- a/bin/pages.py +++ b/bin/pages.py @@ -1,6 +1,6 @@ #!/usr/bin/env python IRC_BASE = ["ircconnection", "irclib", "numerics", "baseircclient", "irctracker", "commandparser", "commands", "ircclient", "commandhistory", "nicknamevalidator", "ignorecontroller"] -PANES = ["connect", "embed", "options", "about", "privacypolicy", "feedback", "help"] +PANES = ["connect", "embed", "options", "about", "feedback", "url"] UI_BASE = ["menuitems", "baseui", "baseuiwindow", "colour", "url", "theme", "notifications", "tabcompleter", "style", "xdomain"] UI_BASE.extend(["panes/%s" % x for x in PANES])