From 2b4e5bed7c9d85c0f65733be6ef6dc799a8d1261 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 May 2013 14:06:23 -0300 Subject: Adding webirc_password --- templates/config.py.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/config.py.erb b/templates/config.py.erb index b2dd998..0feb9f2 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -85,7 +85,9 @@ WEBIRC_MODE = <%= webirc_mode %> # OPTION: WEBIRC_PASSWORD # Used for WEBIRC_MODE webirc and cgiirc, see WEBIRC_MODE # option documentation. -#WEBIRC_PASSWORD = "fish" +<%- if webirc_password != false -%> +WEBIRC_PASSWORD = "<%= webirc_password -%>" +<%- end %> # OPTION: CGIIRC_STRING # Command sent to IRC server in for cgiirc WEBIRC_MODE. -- cgit v1.2.3