mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 21:09:31 +01:00
8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
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}
|