aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-12-16 00:13:45 +0100
committerMaZderMind2014-12-16 00:13:45 +0100
commit7a9ce3ee174fa4c70fc215cff082fdd3106a393f (patch)
treea159e1b061c28232cdb017522ac7db18e56579dd /template
parent913bb4f2705ede4b797b4f338fa11975423f3f20 (diff)
exchange cgi-irc url
Diffstat (limited to 'template')
-rw-r--r--template/assemblies/irc.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/irc.phtml b/template/assemblies/irc.phtml
index c6dbfb3..af273c6 100644
--- a/template/assemblies/irc.phtml
+++ b/template/assemblies/irc.phtml
@@ -6,5 +6,5 @@
<br />
<a class="twitterlink" href="https://twitter.com/intent/tweet?text=<?=h(urlencode(twitter_hashtag($room)))?>" target="_blank"><?=h(twitter_hashtag($room))?> @ twitter</a>
</div>
- <iframe data-src="https://kthx.de:9090/?channels=<?=h(irc_channel($room))?>-<?=h($room)?>&uio=d4" width="1020" height="372" border="0"></iframe>
+ <iframe data-src="http://evility.net/cgiirc/irc.cgi?chan=<?=h(rawurlencode('#'.irc_channel($room).'-'.h($room)))?>" width="1020" height="372" border="0"></iframe>
</div>