mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 21:09:31 +01:00
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
|
h3 Channels on #{connection}
|
||
|
div#backlink
|
||
|
a(href='/connections') « Connection List
|
||
|
ul#quotelist
|
||
|
-each channel in channels
|
||
|
a(href='/users/'+connection+'/'+channel.substr(1,channel.length))
|
||
|
li.quotes #{channel}
|