X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/ab2c1ee92eaf782a8004cd7962ca5032e44d777e..13afa38f496f9a58f5445f82d4de8ee6a51cd7ae:/config.py.example?ds=sidebyside diff --git a/config.py.example b/config.py.example index 3626a11..7535e6c 100644 --- a/config.py.example +++ b/config.py.example @@ -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 # --------------------------------------------------------------------- #