X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/b4e39312aa52b940c8bf8af89aba2e13a9172098..348574eea8f66fb7a46aaa0cc840123dbf4c24f3:/config.py.example diff --git a/config.py.example b/config.py.example index 595e2c4..6c6e175 100644 --- a/config.py.example +++ b/config.py.example @@ -17,9 +17,13 @@ HTTP_AJAX_REQUEST_TIMEOUT = 30 # optional default arguments: # ARGS = "-n -p 3989" +NETWORK_NAME = "FooNet" +APP_TITLE = "FooNet Web IRC" + # the following are only really useful for quakenet but still need to be set HMACKEY = "mrmoo" HMACTEMPORAL = 30 AUTHGATEDOMAIN = "webchat_test" QTICKETKEY = "boo" -QBOT = "Q@CServe.quakenet.org" +AUTH_SERVICE = "Q!TheQBot@CServe.quakenet.org" +AUTH_OK_REGEX = "^You are now logged in as [^ ]+\\.$"