Browse Source

Update IRC theme to use newer KiwiIRC client in iframe

pull/40/head
Benjamin Southall 5 years ago
parent
commit
75aa233f9a
  1. 2
      templates/themes/irc/irc.html

2
templates/themes/irc/irc.html

@ -24,7 +24,7 @@
<div class="ban" style="text-align: left!important;">
<h2>Web Client - Point your own clients to #{{ settings.channel }} on {{ settings.server }}:+{{ settings.port }} .</h2>
<iframe src="https://kiwiirc.com/client/{{ settings.server }}:+{{ settings.port }}/#{{ settings.channel }}" width="800px" height="100%" scrolling="no"></iframe>
<iframe src="https://kiwiirc.com/nextclient/#irc://{{ settings.server }}:+{{ settings.port }}/#{{ settings.channel }}" width="800px" height="100%" scrolling="no"></iframe>
</div>
<div class="pages"></div>
<script type="text/javascript">{% raw %}

Loading…
Cancel
Save