forked from GitHub/dbot
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
h3 Users currently in #{channel} on #{connection}
|
|
div#backlink
|
|
a(href='/channels/'+connection) « Channel List
|
|
ul#quotelist
|
|
-each nick in nicks
|
|
a(href='/user/'+connection+'/'+channel.substr(1,channel.length)+'/'+nick)
|
|
li.quotes #{nick}
|