]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - config.py.example
Merge soczol's patch from https://bitbucket.org/soczol/qwebirc/changeset/450739e6defd
[irc/quakenet/qwebirc.git] / config.py.example
index 7bdda5d9f02feb56ef025c91e9465b8de3506979..485b0f3a5157aa7fff07bc3b01aa873a68f2d7d8 100644 (file)
@@ -34,6 +34,14 @@ REALNAME = "http://moo.com/"
 #          supplied nickname as their ident.
 IDENT = "webchat"
 
+# OPTION: OUTGOING_IP
+#         The IP address to bind to when connecting to the IRC server.
+#
+#         This will not change the IP address that qwebirc listens on. 
+#         You will need to call run.py with the --ip/-i option if you 
+#         want that.
+#OUTGOING_IP = "127.0.0.1"
+
 # OPTION: WEBIRC_MODE
 #         This option controls how the IP/hostname of the connecting
 #         browser will be sent to IRC.