From 34845322d47a0ae887d965bb865282d90af93443 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Jan 2012 14:33:47 -0200 Subject: Fixing sslport parameter --- templates/config.py.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/config.py.erb b/templates/config.py.erb index efafd7c..c899956 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -20,11 +20,11 @@ from qwebirc.config_options import * # Port of IRC server to connect to. IRCSERVER, IRCPORT = "<%= ircserver %>", <%= ircport %> -<% if ssl_port != false %> +<% if sslport != false %> # OPTION: SSLPORT # SSL port of IRC server to connect to. # If this option is uncommented it will override IRCPORT. -SSLPORT = 6697 +SSLPORT = <%= sslport %> <% end %> # OPTION: REALNAME # The realname field of IRC clients will be set to this value. -- cgit v1.2.3