]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - config.py.example
Remove QuakeNet specifics
[irc/quakenet/qwebirc.git] / config.py.example
index 3626a1104d93e1157ec7b121e8b10c2cfc6c47bb..7535e6c140e8141ea8a745ea3fab1b240588d4ac 100644 (file)
@@ -97,6 +97,11 @@ BASE_URL = "http://foo.foo.org/"
 #         application.
 NETWORK_NAME = "FooNet"
 
+# OPTION: LOGO_URL
+#         URL to your logo (max height 68 pixels).
+#         If not set the default network name will shown in text.
+#LOGO_URL="images/logo.png"
+
 # OPTION: ANALYTICS_HTML
 #         If you have an analytics service, you can paste the HTML
 #         between the triple quotes.
@@ -273,6 +278,10 @@ CONNECTION_RESOLVER = None
 #         option in the user interface.
 HELP_URL = ""
 
+# OPTION: ACCOUNT_WHOIS_COMMAND
+#         Command sent when a username is clicked.
+#ACCOUNT_WHOIS_COMMAND = "/msg Q whois #"
+
 # QUAKENET SPECIFIC VALUES
 # ---------------------------------------------------------------------
 #