diff --git a/public_html/lib/tpl/e/footer.html b/public_html/lib/tpl/e/footer.html index 47363c57..a2b09c3b 100644 --- a/public_html/lib/tpl/e/footer.html +++ b/public_html/lib/tpl/e/footer.html @@ -165,7 +165,7 @@ var iframe; if (!iframe) { iframe = document.createElement('iframe'); iframe.setAttribute('src', - 'https://kiwiirc.com/client/irc.libera.chat/?nick=' + nick + '&theme=cli#e'); + 'https://kiwiirc.com/client/irc.libera.chat:+6697/?nick=' + nick + '&theme=cli#e'); iframe.setAttribute('sandbox', 'allow-forms allow-scripts allow-same-origin'); iframe.setAttribute('style', 'border:0; width:360px; height:500px;'); document.getElementById('ircbubble2').appendChild(iframe);