]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - config.py.example
Patch from thommey which adds support for old CGIIRC hostname spoofing.
[irc/quakenet/qwebirc.git] / config.py.example
index 67284579c8b714f1ad52fa30426dedcce1d9d3e4..a4b46139dab3a623fd4fd5550f18782e1d85e11a 100644 (file)
@@ -26,11 +26,14 @@ APP_TITLE = "FooNet Web IRC"
 DNS_TIMEOUT = 5
 
 # Possible types include "webirc" (CGIIRC style webirc config block),
+# "cgiirc" (old CGIIRC style serverpassword),
 # "hmac" (quakenet specific) and None (passes ip and host in realname)
 WEBIRC_MODE = "webirc"
 
 # webirc mode values
 WEBIRC_PASSWORD = "fish"
+# cgiirc mode values
+CGIIRC_STRING = "CGIIRC"
 # hmac mode values
 HMACKEY = "mrmoo"
 HMACTEMPORAL = 30