prompt channel infos on irc page

This commit is contained in:
Thibault Duplessis 2013-05-31 12:37:54 +02:00
parent 752409e5f2
commit b6c7940a81

View file

@ -19,6 +19,6 @@ moreCss = cssTag("irc.css")) {
<div class="content_box irc_box">
<h1 class="lichess_title">@title</h1>
<iframe src="http://webchat.freenode.net?nick=@ctx.username.getOrElse("Anon-.")&channels=lichess&uio=OT10cnVlde"></iframe>
<iframe src="http://webchat.freenode.net?nick=@ctx.username.getOrElse("Anon-.")&channels=lichess&prompt=1&uio=OT10cnVlde"></iframe>
</div>
}