summaryrefslogtreecommitdiff
path: root/templates/config.py.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/config.py.erb')
-rw-r--r--templates/config.py.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/config.py.erb b/templates/config.py.erb
index 9c2bf91..2fb5ad6 100644
--- a/templates/config.py.erb
+++ b/templates/config.py.erb
@@ -205,7 +205,10 @@ FORWARDED_FOR_IPS=<%= forwarded_for_ips %>
# OPTION: ARGS (optional)
# These arguments will be used as if qwebirc was run directly
# with them, see run.py --help for a list of options.
+#ARGS = '-n -p 3989'
+<%- if args != '' -%>
ARGS = "<%= args %>"
+<%- end -%>
# OPTION: SYSLOG_ADDR (optional)
# Used in conjunction with util/syslog.py and -s option.