X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/fae665e2edf36e20a09e98dbfc267514b6d3c585..ed2b68dd5f7bb423c5aed09446ef20e36edd49f2:/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 [^ ]+\\.$"