]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - config.py.example
Remove some more QuakeNet-isms from qwebirc.
[irc/quakenet/qwebirc.git] / config.py.example
index 595e2c4f258d4e3a98f278d8bc4cbeeca31a8ce3..6c6e175dd8e635aafdcd3634d77699b71e464cb3 100644 (file)
@@ -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 [^ ]+\\.$"