summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/templates/default/chanserv/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/webcpanel/templates/default/chanserv/main.html')
-rw-r--r--modules/extra/webcpanel/templates/default/chanserv/main.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/extra/webcpanel/templates/default/chanserv/main.html b/modules/extra/webcpanel/templates/default/chanserv/main.html
new file mode 100644
index 000000000..43eb902fb
--- /dev/null
+++ b/modules/extra/webcpanel/templates/default/chanserv/main.html
@@ -0,0 +1,8 @@
+{INCLUDE header.html}
+ <h2>Channels you have access in</h2>
+ <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}