mirror of
https://github.com/anope/anope.git
synced 2026-06-28 09:16:38 +02:00
9 lines
245 B
HTML
9 lines
245 B
HTML
{INCLUDE header.html}
|
|
<b>Channels you have access in:</b><br/>
|
|
<div class="cinfo">
|
|
{FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES}
|
|
<a href="/chanserv/set?channel={ECH}">{CH}</a></br>
|
|
{END FOR}
|
|
</div>
|
|
{INCLUDE footer.html}
|