summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/config.py.erb4
1 files 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.