]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/pages.py
more names into about
[irc/quakenet/qwebirc.git] / bin / pages.py
index 9251d4bbeddd137a022038ee26db6c758ba4e3d6..b9f793bc4829aebd4de3acc61f3f8457a4a8d264 100644 (file)
@@ -1,10 +1,10 @@
 #!/usr/bin/env python
-IRC_BASE = ["ircconnection", "irclib", "numerics", "baseircclient", "irctracker", "commandparser", "commands", "ircclient", "commandhistory", "nicknamevalidator"]
-PANES = ["connect", "embed", "options", "about", "privacypolicy", "feedback", "faq"]
+IRC_BASE = ["ircconnection", "irclib", "numerics", "baseircclient", "irctracker", "commandparser", "commands", "ircclient", "commandhistory", "nicknamevalidator", "ignorecontroller"]
+PANES = ["connect", "embed", "options", "about", "privacypolicy", "feedback", "help"]
 UI_BASE = ["menuitems", "baseui", "baseuiwindow", "colour", "url", "theme", "notifications", "tabcompleter", "style"]
 UI_BASE.extend(["panes/%s" % x for x in PANES])
 
-DEBUG_BASE = ["qwebirc", "version", "jslib", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"]
+DEBUG_BASE = ["qwebirc", "version", "qhash", "jslib", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"]
 BUILD_BASE = ["qwebirc"]
 JS_BASE = ["mootools-1.2.5-core", "mootools-1.2.5.1-more"]
 JS_EXTRA = ["soundmanager2"]