]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/optionsgen.py
Add CUSTOM_CSS option and allow it to interact with LOGO_URL
[irc/quakenet/qwebirc.git] / bin / optionsgen.py
index d8e85a6801de7932ef87fd3ffe14b78777ac47c3..2ae41272cb8c4f70ea0760255291b3514c778949 100644 (file)
@@ -24,7 +24,7 @@ def get_options():
   if hasattr(config, "HELP_URL") and config.HELP_URL:
     options["helpURL"] = config.HELP_URL
 
-  if hasattr(config, "LOGO_URL") and config.LOGO_URL:
+  if hasattr(config, "LOGO_URL"):
     options["logoURL"] = config.LOGO_URL
 
   if hasattr(config, "ACCOUNT_WHOIS_COMMAND") and config.ACCOUNT_WHOIS_COMMAND: