Use port 6697 for IRC over SSL/TLS

We're moving statusbot to SASL auth, and assume SSL/TLS for the
socket so need to use port 6697 which actually supports that.

Change-Id: I107ad4a5afe0aeba9caa89bcabde6e58e4a5ec4b
Needed-By: https://review.openstack.org/599049
This commit is contained in:
Jeremy Stanley 2018-08-31 20:05:34 +00:00
parent e9899e710e
commit 3ffe437dbf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
nick=<%= @nick %> nick=<%= @nick %>
pass=<%= @password %> pass=<%= @password %>
server=<%= @server %> server=<%= @server %>
port=6667 port=6697
<% if @channels.respond_to?('join') -%> <% if @channels.respond_to?('join') -%>
channels=<%= @channels.join(',') %> channels=<%= @channels.join(',') %>
<% else -%> <% else -%>