summaryrefslogtreecommitdiff
path: root/kiwiirc/static/plugins
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-10-24 00:11:55 +0800
committerMistivia <i@mistivia.com>2025-10-24 00:11:55 +0800
commitffa71fb8b2e5521f93d8599279af2b28a0795a66 (patch)
treeacd96fd3e03cb39c8a648c6298b96b9c847e716f /kiwiirc/static/plugins
parent5c71d2a538a93fd4a4fc06cb7941231cc5c0b104 (diff)
add web irc
Diffstat (limited to 'kiwiirc/static/plugins')
-rw-r--r--kiwiirc/static/plugins/customise.html.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/kiwiirc/static/plugins/customise.html.example b/kiwiirc/static/plugins/customise.html.example
new file mode 100644
index 0000000..9d24e68
--- /dev/null
+++ b/kiwiirc/static/plugins/customise.html.example
@@ -0,0 +1,10 @@
+<style>
+ /* Custom theme changes can be added here */
+</style>
+
+<script>
+kiwi.plugin('customise', function(kiwi, log) {
+ // Add your customisations here
+ // Some small examples can be found at https://github.com/kiwiirc/kiwiirc/wiki/Plugin-Examples
+});
+</script>