1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 05:36:38 +02:00
Files
anope/modules/extra/webcpanel/templates/default/chanserv/main.html
T

7 lines
212 B
HTML

{INCLUDE header.html}
<b>Channels you have access in:</b><br/>
{FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES}
<a href="/chanserv/set?channel={ECH}">{CH}</a></br>
{END FOR}
{INCLUDE footer.html}